Trait dcbor::CBOREncodable
source · pub trait CBOREncodable: Into<CBOR> + Clone {
// Provided methods
fn to_cbor(&self) -> CBOR { ... }
fn to_cbor_data(&self) -> Vec<u8> ⓘ { ... }
}Provided Methods§
Object Safety§
This trait is not object safe.