Searched defs:NetConnectionError (Results 1 – 4 of 4) sorted by relevance
| /xiu/protocol/rtmp/src/netconnection/ |
| H A D | errors.rs | 11 pub struct NetConnectionError { struct 12 pub value: NetConnectionErrorValue, argument 24 impl From<Amf0WriteError> for NetConnectionError { implementation 32 impl From<Amf0ReadError> for NetConnectionError { implementation 40 impl From<PackError> for NetConnectionError { implementation 48 impl fmt::Display for NetConnectionError { implementation 54 impl Fail for NetConnectionError { implementation
|
| H A D | writer.rs | 77 async fn write_chunk(&mut self) -> Result<(), NetConnectionError> { in write_chunk() argument 97 ) -> Result<(), NetConnectionError> { in write_connect_with_value() argument 109 ) -> Result<(), NetConnectionError> { in write_connect() argument 194 ) -> Result<(), NetConnectionError> { in write_connect_response() argument 238 ) -> Result<(), NetConnectionError> { in write_create_stream() argument 251 ) -> Result<(), NetConnectionError> { in write_create_stream_response() argument 264 ) -> Result<(), NetConnectionError> { in write_get_stream_length() argument 280 ) -> Result<(), NetConnectionError> { in error() argument
|
| H A D | reader.rs | 14 fn onconnect(&mut self) -> Result<(), NetConnectionError> { in onconnect() argument
|
| /xiu/protocol/rtmp/src/session/ |
| H A D | errors.rs | 41 NetConnectionError(#[cause] NetConnectionError), enumerator
|