Enum snow::error::InitStage[][src]

pub enum InitStage {
    ValidateKeyLengths,
    ValidatePskLengths,
    ValidateCipherTypes,
    GetRngImpl,
    GetDhImpl,
    GetCipherImpl,
    GetHashImpl,
    ValidatePskPosition,
}

The various stages of initialization used to help identify the specific cause of an Init error.

Variants

Trait Implementations

impl Debug for InitStage
[src]

Formats the value using the given formatter. Read more

impl From<InitStage> for SnowError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for InitStage

impl Sync for InitStage