pub async fn send<W, T>(w: &mut W, msg: &T) -> Result<(), VexFrameError>Expand description
Write a length-prefixed JSON frame to w.
pub async fn send<W, T>(w: &mut W, msg: &T) -> Result<(), VexFrameError>Write a length-prefixed JSON frame to w.