Enum snow::Prerequisite[][src]

pub enum Prerequisite {
    LocalPrivateKey,
    RemotePublicKey,
}

A prerequisite that may be missing.

Variants

Trait Implementations

impl Debug for Prerequisite
[src]

Formats the value using the given formatter. Read more

impl From<Prerequisite> for SnowError
[src]

Performs the conversion.

Auto Trait Implementations