pub trait CertificateToCbor {
    // Required method
    fn from_cbor(cbor: &[u8]) -> CborResult<Certificate>;
}

Required Methods§

Implementations on Foreign Types§

source§

impl CertificateToCbor for Certificate

Implementors§