#[derive(FromFile)] { // Attributes available to this derive: #[from_file] }
Implements the FromFile trait.
FromFile
This macro processes the #[from_file] attribute on structs to generate code for loading data from files.
#[from_file]