Home
last modified time | relevance | path

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

/external/rust/crates/env_logger/src/fmt/humantime/
Dextern_impl.rs93 struct TimestampValue<'a>(&'a Timestamp); in fmt() struct
95 impl<'a> fmt::Debug for TimestampValue<'a> { in fmt() implementation