Type Definition script::dom::bindings::error::ErrorResult

source ·
pub type ErrorResult = Result<(), Error>;
Expand description

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