Type Definition wasm_bindgen_webidl::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

Either Ok(t) or Err(Error).