Trait license_generator::license::License

source ·
pub trait License {
    // Required method
    fn notice(&self, year: u32, name: &str, project: &str) -> String;
}

Required Methods§

source

fn notice(&self, year: u32, name: &str, project: &str) -> String

Implementors§