pub type SerializeResult<T> = Result<T, SerializeError>;
Available on crate feature
mtls
only.Expand description
Holds the result of BER/DER encoding functions
pub type SerializeResult<T> = Result<T, SerializeError>;
mtls
only.Holds the result of BER/DER encoding functions