Struct std::iter::ByRefStable
[-]
[+]
[src]
pub struct ByRef<'a, T: 'a> {
// some fields omitted
}A mutable reference to an iterator
pub struct ByRef<'a, T: 'a> {
// some fields omitted
}A mutable reference to an iterator
impl<'a, A, T: Iterator<A> + 'a> Iterator<A> for ByRef<'a, T>fn next(&mut self) -> Option<A>fn size_hint(&self) -> (uint, Option<uint>)fn size_hint(&self) -> (uint, Option<uint>)impl<'a, A, T: DoubleEndedIterator<A> + 'a> DoubleEndedIterator<A> for ByRef<'a, T>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).