Trait simple_life::Stop
source · [−]pub trait Stop: Send {
fn stop<'async_trait>(
self
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where
Self: 'async_trait;
fn boxed(self) -> BoxedStop
where
Self: Sized + 'static,
{ ... }
}