Type Alias expry::DecodedArray

source ·
pub type DecodedArray<'a> = Vec<DecodedValue<'a>>;

Aliased Type§

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

Trait Implementations§

source§

impl<'a, 'b, 'c> CloneInMemoryScope<'c, Vec<DecodedValue<'b>>> for DecodedArray<'a>
where 'c: 'b,

source§

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