Home
last modified time | relevance | path

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

/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs5624 pub trait IntoCow<'a, B: ?Sized> trait
5637 impl<'a> IntoCow<'a, str> for &'a str { impl