[][src]Trait last_git_commit::Author

pub trait Author {
    fn name(&self) -> String;
fn email(&self) -> String; }

Required methods

fn name(&self) -> String

fn email(&self) -> String

Loading content...

Implementors

impl Author for LGCAuthor[src]

Loading content...