Home
last modified time | relevance | path

Searched refs:timestamp_nanos (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/env_logger/src/fmt/humantime/
Dextern_impl.rs70 pub fn timestamp_nanos(&self) -> Timestamp { in timestamp_nanos() method
/third_party/rust/crates/env_logger/src/fmt/
Dmod.rs293 Some(Nanos) => self.buf.timestamp_nanos(), in write_timestamp()