Function catch

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