Trait hathor::PathFilenameGenerator[][src]

pub trait PathFilenameGenerator: FilenameGenerator {
    type Name: ToString;
    fn next_name(&mut self) -> Self::Name;
fn base_path(&self) -> &Path; }

Associated Types

Loading content...

Required methods

fn next_name(&mut self) -> Self::Name[src]

fn base_path(&self) -> &Path[src]

Loading content...

Implementors

impl PathFilenameGenerator for OrdinalPathFilenameGenerator[src]

type Name = usize

Loading content...