Trait IntoConvexValue

Source
pub trait IntoConvexValue {
    // Required method
    fn into_convex_value(self) -> ConvexValue;
}
Expand description

Trait for converting types into Convex-compatible arguments

Required Methods§

Source

fn into_convex_value(self) -> ConvexValue

Convert the type into a Convex Value

Implementations on Foreign Types§

Source§

impl IntoConvexValue for Value

Implementors§