pub type ValueResult = Result<JsValue, JErrorType>;Expand description
Result type for value-returning operations.
Aliased Type§
pub enum ValueResult {
Ok(JsValue),
Err(JErrorType),
}pub type ValueResult = Result<JsValue, JErrorType>;Result type for value-returning operations.
pub enum ValueResult {
Ok(JsValue),
Err(JErrorType),
}