Searched defs:StrLike (Results 1 – 1 of 1) sorted by relevance
1187 pub trait StrLike: Sealed { interface1201 impl<'a> StrLike for &'a str { impl1224 impl<'a> StrLike for &'a [u8] { impl1231 impl StrLike for [u8] { impl