[][src]Type Definition samotop_core::common::SendFut

type SendFut<'a, T> = Pin<Box<dyn Future<Output = T> + 'a + Send, Global>>;