picky_asn1_der

Type Alias Result

Source
pub type Result<T> = Result<T, Asn1DerError>;

Aliased Type§

enum Result<T> {
    Ok(T),
    Err(Asn1DerError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(Asn1DerError)

Contains the error value