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
Self
Configured
Loop
Required Methods
loop_config
Implementations on Foreign Types
(T, LoopConfig)
Implementors
In app_
frame::
service
app_frame
::
service
Trait
SelfConfiguredLoop
Copy item path
Source
pub trait SelfConfiguredLoop { // Required method fn
loop_config
(&self) ->
LoopConfig
; }
Required Methods
§
Source
fn
loop_config
(&self) ->
LoopConfig
Implementations on Foreign Types
§
Source
§
impl<T>
SelfConfiguredLoop
for (T,
LoopConfig
)
Source
§
fn
loop_config
(&self) ->
LoopConfig
Implementors
§