pub type Fallible<T> = Result<T, Error>;
The return type for IDL operations that can throw DOM exceptions.