Type Definition wasmtime_environ::wasmparser::Result
source · pub type Result<T, E = BinaryReaderError> = Result<T, E>;Expand description
The result for BinaryReader operations.
pub type Result<T, E = BinaryReaderError> = Result<T, E>;The result for BinaryReader operations.