Skip to main content

decode_arena_allocatable_slice

Function decode_arena_allocatable_slice 

Source
fn decode_arena_allocatable_slice<'tcx, D, C, T>(decoder: &mut D) -> &'tcx [T]
where D: TyDecoder<'tcx>, T: ArenaAllocatable<'tcx, C> + Decodable<D>,