pub trait IntoConvexValue {
// Required method
fn into_convex_value(self) -> ConvexValue;
}
Expand description
Trait for converting types into Convex-compatible arguments
Required Methods§
Sourcefn into_convex_value(self) -> ConvexValue
fn into_convex_value(self) -> ConvexValue
Convert the type into a Convex Value