pub struct AsyncComponentStream<T: ?Sized>(_);
Trait Implementations§
source§impl<T: Clone + ?Sized> Clone for AsyncComponentStream<T>
impl<T: Clone + ?Sized> Clone for AsyncComponentStream<T>
source§fn clone(&self) -> AsyncComponentStream<T>
fn clone(&self) -> AsyncComponentStream<T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<T: AsyncComponent> Stream for AsyncComponentStream<T>
impl<T: AsyncComponent> Stream for AsyncComponentStream<T>
§type Item = ComponentPollFlags
type Item = ComponentPollFlags
Values yielded by the stream.