Searched refs:BindFail (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio/src/ | ||
D | error.rs | 29 BindFail(String, u16), enumerator |
D | server.rs | 367 return Err(Error::BindFail(binder.host.clone(), binder.port)); in build() |