pub type RxStream2<BUF> = RxStream<BUF, RxDma2>;
Expand description
A type shorthand for specifying different DMA channels easily.
Aliased Type§
pub struct RxStream2<BUF> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<BUF> FusedStream for RxStream2<BUF>where
BUF: Clone,
impl<BUF> FusedStream for RxStream2<BUF>where
BUF: Clone,
Source§fn is_terminated(&self) -> bool
fn is_terminated(&self) -> bool
Returns
true
if the stream should no longer be polled.