Type Definition neon::result::JsResult [−][src]
pub type JsResult<'b, T> = NeonResult<Handle<'b, T>>;Expand description
Shorthand for a NeonResult that produces JavaScript values.
pub type JsResult<'b, T> = NeonResult<Handle<'b, T>>;Shorthand for a NeonResult that produces JavaScript values.