pub type Duration = Duration;
Expand description
CEL duration type.
Aliased Type§
pub struct Duration { /* private fields */ }
Trait Implementations§
Source§impl IntoConstant for Duration
impl IntoConstant for Duration
Source§fn into_constant(self) -> Constant
fn into_constant(self) -> Constant
Convert this value into a compile-time CEL constant. Read more
Source§impl TypedValue for Duration
impl TypedValue for Duration
Source§fn value_type() -> ValueType
fn value_type() -> ValueType
Returns the CEL type for this value type. Read more