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
const TYPE_LABEL: &'static str
const TYPE_LABEL: &'static str
Expected PEM type label for a given document, e.g. "PRIVATE KEY"