logo

Type Definition bevy::asset::BoxedFuture

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