Trait nightfall::profile::Profile[][src]

pub trait Profile {
    fn to_args(&self, start_num: u32, outdir: &str) -> Vec<String>;
}

Required methods

Implementors