Type Definition relabuf::PinnedFut[][src]

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