[][src]Type Definition samotop_delivery::SyncFuture

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