Home
last modified time | relevance | path

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

/third_party/rust/crates/serde/serde/src/de/
Dmod.rs2298 struct LookForDecimalPoint<'f, 'a> { in fmt() struct
2299 formatter: &'f mut fmt::Formatter<'a>, in fmt()
2300 has_decimal_point: bool, in fmt()
2303 impl<'f, 'a> fmt::Write for LookForDecimalPoint<'f, 'a> { in fmt() implementation