Searched defs:FastWrite (Results 1 – 2 of 2) sorted by relevance
34 static constexpr Duration FastWrite() { return Duration::Milliseconds(100); } in FastWrite() function
1489 struct FastWrite<'a>(&'a mut Vec<u8>); struct1491 impl<'a> fmt::Write for FastWrite<'a> { implementation