Struct std::iter::TakeWhileStable
[-]
[+]
[src]
pub struct TakeWhile<A, I, P> { // some fields omitted }
An iterator that only accepts elements while predicate
is true
pub struct TakeWhile<A, I, P> { // some fields omitted }
An iterator that only accepts elements while predicate
is true
impl<A, I, P> Clone for TakeWhile<A, I, P>
fn clone(&self) -> TakeWhile<A, I, P>
fn clone_from(&mut self, &TakeWhile<A, I, P>)
impl<A, I, P> Iterator<A> for TakeWhile<A, I, P>
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
).