Skip to main content

to_string

Function to_string 

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

Serializes a Rust type into a JSON string.