Trait gr::api_traits::Timestamp

source ·
pub trait Timestamp {
    // Required method
    fn created_at(&self) -> String;
}

Required Methods§

Implementors§