Trait pinwheel::signal_vec::SignalVec[][src]

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