Skip to main content

PolicyFuture

Type Alias PolicyFuture 

Source
pub type PolicyFuture<'a> = Pin<Box<dyn Future<Output = PolicyResult> + Send + 'a>>;
Expand description

Boxed async policy-decision future.

Aliased Typeยง

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