Trait moonshine_save::save::SaveIntoFileRequest
source · pub trait SaveIntoFileRequest {
// Required method
fn path(&self) -> &Path;
}👎Deprecated: use
FilePath insteadExpand description
Any type which may be used to trigger [save_into_file_on_request] or [save_into_file_on_event].