pub trait Error: Display {
    fn custom<D: Display>(msg: D) -> Self;
}
Expand description

A generic error that occurred while trying to encode ASN.1.

Required Methods

Implementations on Foreign Types

Implementors