Searched defs:IntoIovec (Results 1 – 1 of 1) sorted by relevance
309 pub unsafe trait IntoIovec { trait319 unsafe impl<'a> IntoIovec for &'a [u8] { impl