pub trait ManifestFormat {
    fn manifest_buf(&self, val: Val, buf: &mut String) -> Result<()>;

    fn manifest(&self, val: Val) -> Result<String> { ... }
}

Required Methods§

Provided Methods§

Implementations on Foreign Types§

Implementors§