logo

Type Definition bevy::utils::BoxedFuture[]

pub type BoxedFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a, Global>>;