pub type AsyncEnv<'f, Rm = ()> = Env<'f, Async, Rm>;Available on crate feature
async only.Expand description
Type alias for asynchronous CEL environments.
This is a convenience type alias for environments that support asynchronous function evaluation.
Aliased Typeยง
pub struct AsyncEnv<'f, Rm = ()> { /* private fields */ }