pub trait Serialize {
// Required method
fn begin(&self) -> Fragment<'_>;
}
Expand description
Trait for data structures that can be serialized to a JSON string.
[Refer to the module documentation for examples.][::ser]
pub trait Serialize {
// Required method
fn begin(&self) -> Fragment<'_>;
}
Trait for data structures that can be serialized to a JSON string.
[Refer to the module documentation for examples.][::ser]