Function wasm_encoder::reencode::utils::heap_type

source ยท
pub fn heap_type<T: ?Sized + Reencode>(
    reencoder: &mut T,
    heap_type: HeapType,
) -> Result<HeapType, Error<T::Error>>