Type Definition expry::DecodedObject

source · []
pub type DecodedObject<'a> = BTreeMap<Key<'a>, DecodedValue<'a>>;

Trait Implementations