[][src]Trait sfv::SerializeValue

pub trait SerializeValue {
    fn serialize_value(&self) -> Result<String, &'static str>;
}

Required methods

fn serialize_value(&self) -> Result<String, &'static str>

Loading content...

Implementors

impl SerializeValue for Item[src]

impl SerializeValue for Dictionary[src]

impl SerializeValue for List[src]

Loading content...