Trait libipld_cbor::DagCbor[][src]

pub trait DagCbor: Encode<DagCborCodec> + Decode<DagCborCodec> { }
Expand description

Marker trait for types supporting the DagCborCodec.

Implementors