[−][src]Trait atm::storage::PathGenerator
Trait to generate storage path for MIDI files in storage backends
Required methods
fn gen_path_for_file(
&self,
mfile: &MIDIFile
) -> Result<String, PathGeneratorError>
&self,
mfile: &MIDIFile
) -> Result<String, PathGeneratorError>
Generate storage path for MIDI file
Implementors
impl PathGenerator for MIDIHashPathGenerator
[src]
fn gen_path_for_file(
&self,
mfile: &MIDIFile
) -> Result<String, PathGeneratorError>
[src]
&self,
mfile: &MIDIFile
) -> Result<String, PathGeneratorError>
impl PathGenerator for PartitionPathGenerator
[src]
fn gen_path_for_file(
&self,
mfile: &MIDIFile
) -> Result<String, PathGeneratorError>
[src]
&self,
mfile: &MIDIFile
) -> Result<String, PathGeneratorError>