#[derive(BinWrite)] { // Attributes available to this derive: #[bw] #[brw] }
Derive macro generating an impl of the trait BinWrite.
BinWrite
See the directives glossary for usage details.