Type Definition bevy_utils::BoxedFuture[][src]

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