[][src]Type Definition alcro::JSResult

type JSResult = Result<JSObject, JSObject>;

The result of a JS function.

The Err variant will be returned if

  • There is an exception
  • An error type is returned