[][src]Type Definition tang_rs::ManagerFuture

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