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