Trait asyncio::MatchCondition [] [src]

pub trait MatchCondition: Send + 'static {
    fn match_cond(&mut self, buf: &[u8]) -> Result<usize, usize>;
}

Required Methods

Implementors