Searched defs:StringCollector (Results 1 – 2 of 2) sorted by relevance
17 pub struct StringCollector { struct18 data: String,19 incomplete: Option<utf8::Incomplete>,22 impl StringCollector { impl
62 static class StringCollector implements JsonSchemaWalkListener { class in Issue724Test