Type Alias Proof

Source
pub type Proof = Box<[u8]>;
Expand description

Proof of spell correctness.

Aliased Typeยง

pub struct Proof(/* private fields */);