Type Definition relabuf::PinnedFut[][src]

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