Trait mit_commit_message_lints::mit::AuthorArgs[][src]

pub trait AuthorArgs {
    fn author_command(&self) -> Option<&str>;
fn author_file(&self) -> Option<&str>; }

Required methods

Implementors