Searched refs:ClientError (Results 1 – 3 of 3) sorted by relevance
8 pub struct ClientError { struct12 impl fmt::Display for ClientError { implementation29 impl From<Error> for ClientError { implementation31 ClientError { in from()37 impl From<RecvError> for ClientError { implementation39 ClientError { in from()
4 super::errors::ClientError,30 pub async fn run(&mut self) -> Result<(), ClientError> { in run() argument
2 super::errors::ClientError,31 pub async fn run(&mut self) -> Result<(), ClientError> { in run() argument