Trait futures_signals::signal_vec::SignalVec[][src]

#[must_use = "SignalVecs do nothing unless polled"]
pub trait SignalVec {
    type Item;
    fn poll_vec_change(
        self: Pin<&mut Self>,
        cx: &mut Context<'_>
    ) -> Poll<Option<VecDiff<Self::Item>>>; }

Associated Types

Required methods

Implementations on Foreign Types

Implementors