Trait pem_rfc7468::PemLabel
source · pub trait PemLabel {
const TYPE_LABEL: &'static str;
}
Expand description
Marker trait for types with an associated PEM type label.
Required Associated Constants§
sourceconst TYPE_LABEL: &'static str
const TYPE_LABEL: &'static str
Expected PEM type label for a given document, e.g. "PRIVATE KEY"
Object Safety§
This trait is not object safe.