Docs.rs
simple-life-0.2.2
simple-life 0.2.2
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
cfsnyder
Dependencies
async-trait ^0
normal
tokio ^1
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
BoxedStop
Trait Implementations
Stop
In simple_life
?
Type Definition
simple_life
::
BoxedStop
source
·
[
−
]
pub type BoxedStop =
Box
<dyn
Stop
>;
Trait Implementations
source
impl
Stop
for
BoxedStop
source
fn
stop
<'async_trait>(
self
) ->
Pin
<
Box
<dyn
Future
<Output =
()
> +
Send
+ 'async_trait>>
where
Self: 'async_trait,
source
fn
boxed
(self) ->
BoxedStop
where
Self:
Sized
+ 'static,