[][src]Trait last_git_commit::Date

pub trait Date {
    fn utc_string(&self) -> String;
fn timestamp(&self) -> i64; }

Required methods

fn utc_string(&self) -> String

fn timestamp(&self) -> i64

Loading content...

Implementors

impl Date for LGCDate[src]

Loading content...