pub trait Serialize {
// Required method
fn serialize(&self) -> SerializedValue;
}Expand description
Convert a value to a SerializedValue.
pub trait Serialize {
// Required method
fn serialize(&self) -> SerializedValue;
}Convert a value to a SerializedValue.