Function write_rpc_raw

Source
pub fn write_rpc_raw<W>(
    buf: &mut [u8],
    write: W,
    msg: RpcP,
) -> Result<(), EspError>
where W: FnMut(&[u8]) -> Result<(), EspError>,
Expand description

Write an automatically-decoded protobuf message directly.