Type Definition expry::DecodedObject

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

Trait Implementations§

source§

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

source§

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