pub type AsyncProgram<'f, Rm = ()> = Program<'f, Async, Rm>;Available on crate feature
async only.Expand description
Type alias for asynchronous CEL programs.
This is a convenience type alias for programs that support asynchronous evaluation with async functions and/or async runtime.
Aliased Typeยง
pub struct AsyncProgram<'f, Rm = ()> { /* private fields */ }