Searched refs:from_micros_const (Results 1 – 1 of 1) sorted by relevance
150 pub const ZERO: Instant = Instant::from_micros_const(0);214 pub const fn from_micros_const(micros: i64) -> Instant { in from_micros_const() method