Trait cel_interpreter::objects::TryIntoValue
source · pub trait TryIntoValue {
type Error: Error + 'static;
// Required method
fn try_into_value(self) -> Result<Value, Self::Error>;
}
pub trait TryIntoValue {
type Error: Error + 'static;
// Required method
fn try_into_value(self) -> Result<Value, Self::Error>;
}