Trait ssh_encoding::pem::DecodePem
source · pub trait DecodePem:
Decode
+ PemLabel
+ Sized {
// Required method
fn decode_pem(pem: impl AsRef<[u8]>) -> Result<Self, Self::Error>;
}
Available on crate feature
pem
only.Expand description
Required Methods§
Object Safety§
This trait is not object safe.