[][src]Trait amlich::dow::ShortTitle

pub trait ShortTitle {
    fn short_title(&self) -> String;
}

Required methods

fn short_title(&self) -> String

Loading content...

Implementors

impl ShortTitle for DayOfWeek[src]

Loading content...