Function write_json

Source
pub async fn write_json<T>(stream: &mut UnixStream, value: &T) -> Result<()>
where T: Serialize,