Trait futures_signals::signal::Signal[][src]

pub trait Signal {
    type Item;
    fn poll_change(
        self: Pin<&mut Self>,
        cx: &mut Context<'_>
    ) -> Poll<Option<Self::Item>>; }

Associated Types

Required methods

Implementations on Foreign Types

Implementors