Type Definition neon::types::StringResult [−][src]
pub type StringResult<'a> = Result<Handle<'a, JsString>, StringOverflow>;Expand description
The result of constructing a new JsString.
pub type StringResult<'a> = Result<Handle<'a, JsString>, StringOverflow>;The result of constructing a new JsString.