chrono::naive::date::MIN
[-] [+]
[src]
pub const MIN: NaiveDate=NaiveDate { ymdf: (MIN_YEAR << 13) | (1 << 4) | 0o07 /*FE*/ }
The minimum possible NaiveDate.
pub const MIN: NaiveDate=NaiveDate { ymdf: (MIN_YEAR << 13) | (1 << 4) | 0o07 /*FE*/ }
The minimum possible NaiveDate.
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).