Type Definition workflow_dom::result::JsResult
source · pub type JsResult<T> = Result<T, JsValue>;
Expand description
Result type used by the workflow_dom
module
pub type JsResult<T> = Result<T, JsValue>;
Result type used by the workflow_dom
module