Macro write_frame_to_vec
write_frame_to_vec!() { /* proc-macro */ }
Expand description
Writes a frame to a Vec
This macro returns a Result<Vec<u8>, Error>
containing the frame
specified according to the documentation for write_frame
.
write_frame_to_vec!() { /* proc-macro */ }
Writes a frame to a Vec
This macro returns a Result<Vec<u8>, Error>
containing the frame
specified according to the documentation for write_frame
.