pub type Output = Option<Vec<(Vec<u8>, KeyTypeId)>>;

Aliased Type§

enum Output {
    None,
    Some(Vec<(Vec<u8>, KeyTypeId)>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Vec<(Vec<u8>, KeyTypeId)>)

Some value of type T.