Type Definition wasmparser::Result[][src]

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