Searched defs:BindError (Results 1 – 3 of 3) sorted by relevance
21 pub enum BindError { enum146 pub fn bind<T: Into<IpListenEndpoint>>(&mut self, endpoint: T) -> Result<(), BindError> { in bind() argument
22 pub enum BindError { enum225 pub fn bind<T: Into<Endpoint>>(&mut self, endpoint: T) -> Result<(), BindError> { in bind() argument
20 pub enum BindError { enum