Trait asio::MatchCondition [] [src]

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

Required Methods

Implementors