Type Definition samotop_core::common::S1Fut

source · []
pub type S1Fut<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;