Type Definition libhealth::prelude::PinnedResultFuture

source ·
pub type PinnedResultFuture<T> = Pin<Box<dyn Future<Output = Result<T>> + 'static>>;