Docs.rs
limiting-factor-0.8.0
limiting-factor 0.8.0
Permalink
Docs.rs crate page
BSD-2-Clause
Links
Repository
crates.io
Source
Owners
dereckson
Dependencies
diesel ^1.4.8
normal
dotenv ^0.15.0
normal
log ^0.4.14
normal
r2d2 ^0.8.10
normal
rocket ^0.4.11
normal
rocket_contrib ^0.4.11
normal
serde ^1.0.159
normal
Versions
45.45%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
ErrorResult
In limiting_factor
?
Type Definition
limiting_factor
::
ErrorResult
source
·
[
−
]
pub type ErrorResult<T> =
Result
<T,
Box
<dyn
Error
>>;