Enum snow::InitStage [] [src]

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

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.