Docs.rs
limiting-factor-0.7.0
limiting-factor 0.7.0
Docs.rs crate page
BSD-2-Clause
Links
Repository
crates.io
Source
Owners
dereckson
Dependencies
diesel ^1.0.0
normal
dotenv ^0.9.0
normal
log ^0.4.4
normal
r2d2 ^0.8.2
normal
rocket ^0.4.0
normal
rocket_contrib ^0.4.0
normal
serde ^1.0
normal
Versions
Go to latest version
Platform
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
☰
Type Definition ErrorResult
limiting_factor
[
−
]
[src]
Type Definition
limiting_factor
::
ErrorResult
type ErrorResult<T> =
Result
<T,
Box
<dyn
Error
>>;