Trait miniserde::Serialize

source ·
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§