Function ron::ser::to_string [] [src]

pub fn to_string<T>(value: &T) -> Result<String, Error> where
    T: Serialize

Serializes value and returns it as string.