Home
last modified time | relevance | path

Searched refs:ClientError (Results 1 – 3 of 3) sorted by relevance

/xiu/protocol/rtmp/src/relay/
H A Derrors.rs8 pub struct ClientError { struct
12 impl fmt::Display for ClientError { implementation
29 impl From<Error> for ClientError { implementation
31 ClientError { in from()
37 impl From<RecvError> for ClientError { implementation
39 ClientError { in from()
H A Dpull_client.rs4 super::errors::ClientError,
30 pub async fn run(&mut self) -> Result<(), ClientError> { in run() argument
H A Dpush_client.rs2 super::errors::ClientError,
31 pub async fn run(&mut self) -> Result<(), ClientError> { in run() argument