Trait iso_10303_parts::ap203::IYearMonth[][src]

pub trait IYearMonth: IDate {
    fn month_component(&self) -> &i64;
}

Required methods

Implementors