Function serenity::json::to_string

source ยท
pub fn to_string<T>(value: &T) -> Result<String>
where T: ?Sized + Serialize,
Expand description

Serialize the given data structure as a String of JSON.