Type Definition neon::types::StringResult[][src]

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

The result of constructing a new JsString.

Trait Implementations