Type Definition vertigo::PinBoxFuture

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