[go: up one dir, main page]

to_json

Function to_json 

Source
pub fn to_json<T>(value: &T) -> Result<Bytes, Error>
where T: Serialize + ?Sized,
Expand description

Serialize a type to JSON.