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