Docs.rs
neon-0.10.1
neon 0.10.1
Permalink
Docs.rs crate page
MIT/Apache-2.0
Links
Homepage
Repository
Crates.io
Source
Owners
dherman
kjvalencik
Dependencies
neon-macros =0.10.1
normal
neon-runtime =0.10.1
normal
semver ^0.9.0
normal
smallvec ^1.4.2
normal
failure ^0.1.5
dev
lazy_static ^1.4.0
dev
psd ^0.1.9
dev
rustversion ^0.1.4
dev
semver ^0.9
dev
neon-build =0.10.1
build
Versions
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.0
0.10.1
0.10.0
0.10.0-alpha.3
0.10.0-alpha.2
0.10.0-alpha.1
0.9.1
0.9.1-legacy
0.9.0
0.8.3
0.8.3-napi
0.8.2
0.8.2-napi
0.8.1
0.8.1-napi
0.8.0
0.8.0-napi
0.7.1
0.7.1-napi
0.7.0
0.7.0-napi.3
0.7.0-napi.2
0.7.0-napi.1
0.7.0-napi
0.6.0
0.6.0-napi
0.5.3
0.5.3-napi
0.5.2
0.5.1
0.5.1-napi
0.5.0
0.4.2
0.4.2-napi.2
0.4.2-napi.1
0.4.2-napi
0.4.1
0.4.0
0.4.0-napi.1
0.4.0-napi
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.23
0.1.22
0.1.21
0.1.20
0.1.19
0.1.18
0.1.17
0.1.16
0.1.15
0.1.14
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.10
76.16%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
i686-pc-windows-msvc
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
NeonResult
In neon::result
?
Type Definition
neon
::
result
::
NeonResult
source
·
[
−
]
pub type NeonResult<T> =
Result
<T,
Throw
>;
Expand description
The result type for throwing APIs.