Skip to main content

send

Function send 

Source
pub async fn send<W, T>(w: &mut W, msg: &T) -> Result<(), VexFrameError>
where W: AsyncWrite + Unpin, T: Serialize,
Expand description

Write a length-prefixed JSON frame to w.