pub type SymmetricalCbor<T> = Cbor<T, T>;
Available on crate feature cbor only.

Aliased Type§

struct SymmetricalCbor<T> { /* private fields */ }