pub type AuthZonePopOutput = Option<Proof>;

Aliased Type§

enum AuthZonePopOutput {
    None,
    Some(Proof),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Proof)

Some value of type T.