Home
last modified time | relevance | path

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

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