Type Definition alcro::JSResult

source · []
pub type JSResult = Result<JSObject, JSObject>;
Expand description

The result of a JS function.

The Err variant will be returned if

  • There is an exception
  • An error type is returned