Type Definition simple_life::Stop

source · []
pub type Stop = Box<dyn FnOnce() -> Pin<Box<dyn Future<Output = ()> + Send>>>;