[][src]Trait codealong::Event

pub trait Event {
    fn id(&self) -> Cow<str>;
fn timestamp(&self) -> &DateTime<Utc>;
fn event_type(&self) -> &str;
fn tags(&self) -> HashSet<String>; }

Required methods

fn id(&self) -> Cow<str>

fn timestamp(&self) -> &DateTime<Utc>

fn event_type(&self) -> &str

fn tags(&self) -> HashSet<String>

Loading content...

Implementors

impl Event for AnalyzedCommit[src]

Loading content...