pub trait Serialize {
    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.

Required methods

Implementations on Foreign Types

Implementors