Skip to main content

to_cel_value

Function to_cel_value 

Source
pub fn to_cel_value<T: ToCelValue + ?Sized>(v: &T) -> Value
Expand description

Generic adapter used by emitted impls: accepts anything that implements ToCelValue.