Home
last modified time | relevance | path

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

/third_party/rust/crates/serde/serde/src/private/
Dde.rs67 struct CowStrVisitor; in borrow_cow_str() struct
69 impl<'a> Visitor<'a> for CowStrVisitor { in borrow_cow_str() implementation