Type Definition wasmparser::Result

source ·
pub type Result<T, E = BinaryReaderError> = Result<T, E>;