pub trait FieldValueConverter {
// Required method
fn to_value(self) -> Option<Value>;
}Expand description
Trait used by [make_row] to convert native types to Pancake IDL types.
pub trait FieldValueConverter {
// Required method
fn to_value(self) -> Option<Value>;
}Trait used by [make_row] to convert native types to Pancake IDL types.