Function ntp_daemon::sockets::write_json

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