Trait AsDer
pub trait AsDer<T> {
// Required method
fn as_der(&self) -> Result<T, Unspecified>;
}Available on crate feature
crypto only.Expand description
Trait for types that can be serialized into a DER format.
pub trait AsDer<T> {
// Required method
fn as_der(&self) -> Result<T, Unspecified>;
}crypto only.Trait for types that can be serialized into a DER format.