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

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl HashTreeToCbor for HashTree

Implementors§