Function to_string

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

Serializer for creating an EDN formatted String

ยงErrors

See crate::error::Error. Always returns Code::Serde.