pub trait Ready { fn ready( &mut self, interest: Interest ) -> impl Future<Output = Result<Readiness>>; }