Type Definition asn1_rs::SerializeResult
source · [−]pub type SerializeResult<T> = Result<T, SerializeError>;
Expand description
Holds the result of BER/DER encoding functions
pub type SerializeResult<T> = Result<T, SerializeError>;
Holds the result of BER/DER encoding functions