Type Definition dyer::LocalBoxFuture

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