Trait ic_cbor::HashTreeToCbor
source · pub trait HashTreeToCbor {
// Required method
fn from_cbor(cbor: &[u8]) -> CborResult<HashTree>;
}Required Methods§
fn from_cbor(cbor: &[u8]) -> CborResult<HashTree>
Object Safety§
This trait is not object safe.