[][src]Function muon_rs::to_string

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

Serialize T to a String in MuON format

Errors

Serialization can fail if the serializer for T returns an error. Also, some types are not supported, such as enums and byte arrays.