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
☰
BoxedLifecycle
Trait Implementations
Lifecycle
In simple_life
?
Type Definition
simple_life
::
BoxedLifecycle
source
·
[
−
]
pub type BoxedLifecycle =
Box
<dyn
Lifecycle
<S =
BoxedStop
>>;
Trait Implementations
source
impl
Lifecycle
for
BoxedLifecycle
type
S
=
Box
<dyn
Stop
+ 'static,
Global
>
source
fn
start
<'async_trait>(
self
) ->
Pin
<
Box
<dyn
Future
<Output = Self::
S
> +
Send
+ 'async_trait>>
where
Self: 'async_trait,
source
fn
boxed
(self) ->
BoxedLifecycle
where
Self:
Sized
,