wasm_encoder::reencode::utils

Function func_type

Source
pub fn func_type<T: ?Sized + Reencode>(
    reencoder: &mut T,
    func_ty: FuncType,
) -> Result<FuncType, Error<T::Error>>
Available on crate feature wasmparser only.