macro_rules! default_for_byte_struct {
    ($($byte_struct:ident, $fieldname:ident, $size:ident;)*) => { ... };
}
Expand description

This macro provides common byte-handling operations when the type being wrapped is a struct containing a single fixed-size array of bytes.

This should be called from within a private submodule.