pub trait PrettyJson<T>: Sizedwhere
    T: Serialize + ?Sized,
{ fn pretty_json(self, json: &T) -> Self; }

Required Methods§

Implementations on Foreign Types§

Implementors§