Type Definition neon::types::StringResult

source · []
pub type StringResult<'a> = Result<Handle<'a, JsString>, StringOverflow>;
Expand description

The result of constructing a new JsString.

Trait Implementations