Home
last modified time | relevance | path

Searched refs:DrainBytes (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/bstr/src/
Dext_vec.rs880 fn drain_bytes<R>(&mut self, range: R) -> DrainBytes in drain_bytes()
884 DrainBytes { it: self.as_vec_mut().drain(range) } in drain_bytes()
910 pub struct DrainBytes<'a> { struct
914 impl<'a> iter::FusedIterator for DrainBytes<'a> {} implementation
916 impl<'a> Iterator for DrainBytes<'a> { implementation
925 impl<'a> DoubleEndedIterator for DrainBytes<'a> { implementation
932 impl<'a> ExactSizeIterator for DrainBytes<'a> { implementation
Dlib.rs398 pub use ext_vec::{concat, join, ByteVec, DrainBytes, FromUtf8Error};