Home
last modified time | relevance | path

Searched defs:TimestampValue (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/env_logger/src/fmt/
Dhumantime.rs89 struct TimestampValue<'a>(&'a Timestamp); in fmt() struct
91 impl<'a> fmt::Debug for TimestampValue<'a> { in fmt() implementation