Trait burn_core::record::FileRecorder
source · pub trait FileRecorder: Recorder<RecordArgs = PathBuf, RecordOutput = (), LoadArgs = PathBuf> {
// Required method
fn file_extension() -> &'static str;
}Expand description
Recorder trait specialized to save and load data to and from files.
Required Methods§
sourcefn file_extension() -> &'static str
fn file_extension() -> &'static str
File extension of the format used by the recorder.
Object Safety§
This trait is not object safe.