Home
last modified time | relevance | path

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

/external/rust/crates/tungstenite/src/protocol/
Dmessage.rs17 pub struct StringCollector { struct
18 data: String,
19 incomplete: Option<utf8::Incomplete>,
22 impl StringCollector { impl