Type Alias expry::DecodedObject

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

Aliased Type§

struct DecodedObject<'a> { /* private fields */ }

Trait Implementations§

source§

impl<'a, 'b, 'c> CloneInMemoryScope<'c, BTreeMap<(u8, &'b [u8]), DecodedValue<'b>>> for DecodedObject<'a>
where 'c: 'b,

source§

fn clone_in(&self, scope: &mut MemoryScope<'c>) -> DecodedObject<'b>