Skip to main content

TimeFuture

Type Alias TimeFuture 

Source
pub type TimeFuture<'a> = Pin<Box<dyn Future<Output = Result<DateTime<Utc>>> + Send + 'a>>;

Aliased Typeยง

pub struct TimeFuture<'a> { /* private fields */ }