pub trait TpackSerialize {
// Required methods
fn schema() -> Schema
where Self: Sized;
fn to_value(&self) -> TpackValue<'_>;
}pub trait TpackSerialize {
// Required methods
fn schema() -> Schema
where Self: Sized;
fn to_value(&self) -> TpackValue<'_>;
}