Trait signalo_filters::prelude::Source [] [src]

pub trait Source {
    type Output;
    fn source(&mut self) -> Option<Self::Output>;
}

Associated Types

Required Methods

Implementors