Type Definition script::dom::bindings::error::Fallible

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

The return type for IDL operations that can throw DOM exceptions.