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
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
app_
frame
0.3.1
Provides
Required Methods
provide
Implementors
In app_
frame::
dependency_
injection
app_frame
::
dependency_injection
Trait
Provides
Copy item path
Source
pub trait Provides<T> { // Required method fn
provide
(&self) -> T; }
Required Methods
§
Source
fn
provide
(&self) -> T
Implementors
§
Source
§
impl<T:
Clone
>
Provides
<T> for T