Type Definition expry::DecodedArray

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

Trait Implementations§

source§

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

source§

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