Skip to main content

ResolvedValueFuture

Type Alias ResolvedValueFuture 

Source
pub type ResolvedValueFuture = Pin<Box<dyn Future<Output = Option<ResolvedValue>> + Send>>;

Aliased Typeยง

pub struct ResolvedValueFuture { /* private fields */ }