Macro wlan_frame_writer::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.