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.