append_frame_to!() { /* proc-macro */ }Expand description
Appends a frame to a buffer that implements wlan_common::append::Append.
This macro mutates the dynamically sized buffer in the first
argument and returns a Result<B, Error> where B is the type of
the dynamically sized buffer. The second argument of this macro is
the specification of the frame defined in the documentation for
write_frame.