[][src]Type Definition bevy_utils::BoxedFuture

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