Searched refs:NetConnectionError (Results 1 – 4 of 4) sorted by relevance
| /xiu/protocol/rtmp/src/netconnection/ |
| H A D | errors.rs | 11 pub struct NetConnectionError { struct 24 impl From<Amf0WriteError> for NetConnectionError { implementation 26 NetConnectionError { in from() 32 impl From<Amf0ReadError> for NetConnectionError { implementation 34 NetConnectionError { in from() 40 impl From<PackError> for NetConnectionError { implementation 42 NetConnectionError { in from() 48 impl fmt::Display for NetConnectionError { implementation 54 impl Fail for NetConnectionError { implementation
|
| H A D | reader.rs | 2 super::errors::NetConnectionError, crate::amf0::amf0_reader::Amf0Reader, 14 fn onconnect(&mut self) -> Result<(), NetConnectionError> { in onconnect() argument
|
| H A D | writer.rs | 2 super::errors::NetConnectionError, 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
|
| /xiu/protocol/rtmp/src/session/ |
| H A D | errors.rs | 8 netconnection::errors::NetConnectionError, 41 NetConnectionError(#[cause] NetConnectionError), enumerator 132 impl From<NetConnectionError> for SessionError { 133 fn from(error: NetConnectionError) -> Self { in from() 135 value: SessionErrorValue::NetConnectionError(error), in from()
|