Type Definition wasmparser::Result[][src]

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