Skip to main content

CborCodec

Type Alias CborCodec 

Source
pub type CborCodec<T, U> = Codec<CborSerdeCodec, T, U>;
Available on crate feature cbor only.

Aliased Typeยง

pub struct CborCodec<T, U> { /* private fields */ }