Searched defs:StringCollector (Results 1 – 1 of 1) sorted by relevance
17 pub struct StringCollector { struct18 data: String,19 incomplete: Option<utf8::Incomplete>,22 impl StringCollector { impl