Type Definition relabuf::PinnedFut[][src]

pub type PinnedFut<'a, T = ()> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;