[][src]Trait tokio_simplified::Filter

pub trait Filter<SendType, ReceiveType>: FnMut(ReceiveType, &mut IoWriter<SendType>) -> Option<ReceiveType> + Send + 'static { }

Implementors

impl<T, SendType, ReceiveType> Filter<SendType, ReceiveType> for T where
    T: FnMut(ReceiveType, &mut IoWriter<SendType>) -> Option<ReceiveType> + Send + 'static, 
[src]

Loading content...