pub type PolicyFuture<'a> = Pin<Box<dyn Future<Output = PolicyResult> + Send + 'a>>;
Boxed async policy-decision future.
pub struct PolicyFuture<'a> { /* private fields */ }