Trait libipld_cbor::DagCbor
source · [−]pub trait DagCbor: Encode<DagCborCodec> + Decode<DagCborCodec> { }Expand description
Marker trait for types supporting the DagCborCodec.
pub trait DagCbor: Encode<DagCborCodec> + Decode<DagCborCodec> { }Marker trait for types supporting the DagCborCodec.