Type Alias wasm_mutate::Result
source · pub type Result<T, E = Error> = Result<T, E>;Expand description
A Result type that is either Ok(T) or Err(wasm_mutate::Error).
Aliased Type§
enum Result<T, E = Error> {
// some variants omitted
}