Skip to main content

write_msg

Function write_msg 

Source
pub async fn write_msg<S: AsyncWrite + Unpin>(
    s: &mut S,
    msg: &Message,
) -> Result<()>