Trait libnoentiendo::roms::DiskLoadable
source · pub trait DiskLoadable {
// Required method
fn from_file(path: &str) -> Self;
}
Expand description
Represents a value which can be loaded from a file.
Required Methods§
Object Safety§
This trait is not object safe.