Home
last modified time | relevance | path

Searched defs:TakeWhile (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/futures-util/src/stream/stream/
Dtake_while.rs25 impl<St, Fut, F> fmt::Debug for TakeWhile<St, Fut, F> implementation
41 impl<St, Fut, F> TakeWhile<St, Fut, F> implementation
54 impl<St, Fut, F> Stream for TakeWhile<St, Fut, F> implementation
104 impl<St, Fut, F> FusedStream for TakeWhile<St, Fut, F> implementation
117 impl<S, Fut, F, Item> Sink<Item> for TakeWhile<S, Fut, F> implementation
/external/rust/crates/tokio-stream/src/stream_ext/
Dtake_while.rs19 impl<St, F> fmt::Debug for TakeWhile<St, F> implementation
31 impl<St, F> TakeWhile<St, F> { impl
41 impl<St, F> Stream for TakeWhile<St, F> implementation
/external/rust/crates/fallible-streaming-iterator/src/
Dlib.rs850 pub struct TakeWhile<I, F> { struct
856 impl<I, F> FallibleStreamingIterator for TakeWhile<I, F> argument
/external/rust/crates/combine/src/parser/
Drange.rs303 pub struct TakeWhile<Input, F>(F, PhantomData<fn(Input) -> Input>); struct
304 impl<Input, F> Parser<Input> for TakeWhile<Input, F> implementation