Trait libipld_cbor::DagCbor

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

Marker trait for types supporting the DagCborCodec.

Implementors§