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