[][src]Type Definition wasm_bindgen_webidl::Result

type Result<T> = Result<T, Error>;

Either Ok(t) or Err(Error).