FromFile

Derive Macro FromFile 

Source
#[derive(FromFile)]
{
    // Attributes available to this derive:
    #[from_file]
}
Expand description

Implements the FromFile trait.

This macro processes the #[from_file] attribute on structs to generate code for loading data from files.