Trait pem_rfc7468::PemLabel [−][src]
pub trait PemLabel {
const TYPE_LABEL: &'static str;
}
Expand description
Marker trait for types with an associated PEM type label.
Associated Constants
const TYPE_LABEL: &'static str
const TYPE_LABEL: &'static str
Expected PEM type label for a given document, e.g. "PRIVATE KEY"