Searched defs:E (Results 1 – 3 of 3) sorted by relevance
64 pub fn new(mut io: E, interest: Option<Interest>) -> io::Result<AsyncSource<E>> { in new()88 pub fn new(mut io: E, interest: Option<Interest>) -> io::Result<AsyncSource<E>> { in new()
71 fn conn<F, E>(&self, connect_fn: F) -> Result<Conn<S>, HttpClientError> in conn() argument
89 F: Future<Output = Result<S, E>>, in conn() argument