Type Definition samotop_delivery::SyncFuture[][src]

pub type SyncFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Sync + Send + 'a>>;