Searched defs:CowBytes (Results 1 – 1 of 1) sorted by relevance
11 pub struct CowBytes<'a>(Imp<'a>); struct27 impl<'a> ops::Deref for CowBytes<'a> { implementation36 impl<'a> CowBytes<'a> { impl