Trait moonshine_save::save::SaveIntoFileRequest

source ·
pub trait SaveIntoFileRequest {
    // Required method
    fn path(&self) -> &Path;
}
Expand description

Any type which may be used to trigger [save_into_file_on_request] or [save_into_file_on_event].

Required Methods§

source

fn path(&self) -> &Path

Path of the file to save into.

Implementors§