Type Alias tokio_serde::formats::SymmetricalCbor
source · pub type SymmetricalCbor<T> = Cbor<T, T>;
Available on crate feature
cbor
only.Aliased Type§
struct SymmetricalCbor<T> { /* private fields */ }
pub type SymmetricalCbor<T> = Cbor<T, T>;
cbor
only.struct SymmetricalCbor<T> { /* private fields */ }