Docs.rs
app-frame-0.3.1
app-frame 0.3.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
dnut
Dependencies
anyhow ^1.0
normal
async-trait ^0.1.64
normal
futures ^0.3
normal
hyper ^0.14.26
normal
ordered-float ^3.6.0
normal
parking_lot ^0.12
normal
priority-queue ^1.3.1
normal
regex ^1.8.3
normal
tokio ^1
normal
tracing ^0.1
normal
Versions
44.85%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
app_
frame
0.3.1
ToError
Required Methods
to_error
Implementations on Foreign Types
Result<Never, E>
Implementors
In crate app_
frame
app_frame
Trait
ToError
Copy item path
Source
pub trait ToError<E> { // Required method fn
to_error
(self) -> E; }
Required Methods
§
Source
fn
to_error
(self) -> E
Implementations on Foreign Types
§
Source
§
impl<E>
ToError
<E> for
Result
<
Never
, E>
Source
§
fn
to_error
(self) -> E
Implementors
§