Searched defs:LookForDecimalPoint (Results 1 – 1 of 1) sorted by relevance
2298 struct LookForDecimalPoint<'f, 'a> { in fmt() struct2299 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