| /xiu/library/container/flv/src/ |
| H A D | errors.rs | 6 std::fmt, 32 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 33 fmt::Display::fmt(&self.value, f) in fmt() 68 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 69 fmt::Display::fmt(&self.value, f) in fmt() 135 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 136 fmt::Display::fmt(&self.value, f) in fmt() 197 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 198 fmt::Display::fmt(&self.value, f) in fmt() 242 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method [all …]
|
| /xiu/protocol/rtmp/src/protocol_control_messages/ |
| H A D | errors.rs | 4 std::fmt, 27 impl fmt::Display for ControlMessagesError { 28 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 29 fmt::Display::fmt(&self.value, f) in fmt() 62 impl fmt::Display for ProtocolControlMessageReaderError { 63 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 64 fmt::Display::fmt(&self.value, f) in fmt()
|
| /xiu/protocol/rtsp/src/rtp/ |
| H A D | errors.rs | 3 std::fmt, 24 impl fmt::Display for PackerError { 25 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 26 fmt::Display::fmt(&self.value, f) in fmt() 83 impl fmt::Display for UnPackerError { 84 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 85 fmt::Display::fmt(&self.value, f) in fmt()
|
| /xiu/protocol/rtmp/src/chunk/ |
| H A D | errors.rs | 4 std::fmt, 68 impl fmt::Display for PackError { 69 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 70 fmt::Display::fmt(&self.value, f) in fmt() 84 impl fmt::Display for UnpackError { 85 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 86 fmt::Display::fmt(&self.value, f) in fmt()
|
| /xiu/protocol/rtmp/src/amf0/ |
| H A D | errors.rs | 5 fmt, {io, string}, 73 impl fmt::Display for Amf0ReadError { 74 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 75 fmt::Display::fmt(&self.value, f) in fmt() 89 impl fmt::Display for Amf0WriteError { 90 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 91 fmt::Display::fmt(&self.value, f) in fmt()
|
| /xiu/protocol/rtmp/src/utils/ |
| H A D | errors.rs | 3 std::fmt, 16 impl fmt::Display for RtmpUrlParseError { 17 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 18 fmt::Display::fmt(&self.value, f) in fmt()
|
| /xiu/library/bytesio/src/ |
| H A D | bytes_errors.rs | 6 use std::fmt; 92 impl fmt::Display for BytesReadError { 93 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 94 fmt::Display::fmt(&self.value, f) in fmt() 108 impl fmt::Display for BytesWriteError { 109 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 110 fmt::Display::fmt(&self.value, f) in fmt()
|
| H A D | bytesio_errors.rs | 2 use std::fmt; 46 impl fmt::Display for BytesIOError { 47 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 48 fmt::Display::fmt(&self.value, f) in fmt()
|
| H A D | bits_errors.rs | 4 use std::fmt; 54 impl fmt::Display for BitError { 55 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 56 fmt::Display::fmt(&self.value, f) in fmt()
|
| /xiu/application/xiu/src/config/ |
| H A D | errors.rs | 3 std::{fmt, io::Error}, 24 impl fmt::Display for ConfigError { 25 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 26 fmt::Display::fmt(&self.value, f) in fmt()
|
| /xiu/library/codec/h264/src/ |
| H A D | errors.rs | 3 use std::fmt; 23 impl fmt::Display for H264Error { 24 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 25 fmt::Display::fmt(&self.value, f) in fmt()
|
| /xiu/protocol/rtmp/src/relay/ |
| H A D | errors.rs | 3 std::{fmt, io::Error}, 12 impl fmt::Display for ClientError { 13 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 14 fmt::Display::fmt(&self.value, f) in fmt()
|
| /xiu/protocol/rtmp/src/cache/ |
| H A D | errors.rs | 6 std::fmt, 26 impl fmt::Display for CacheError { 27 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 28 fmt::Display::fmt(&self.value, f) in fmt() 126 impl fmt::Display for MetadataError { 127 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 128 fmt::Display::fmt(&self.value, f) in fmt()
|
| /xiu/protocol/rtmp/src/handshake/ |
| H A D | errors.rs | 4 std::{fmt, io::Error, time::SystemTimeError}, 76 impl fmt::Display for HandshakeError { 77 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 78 fmt::Display::fmt(&self.value, f) in fmt() 117 impl fmt::Display for DigestError { 118 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 119 fmt::Display::fmt(&self.value, f) in fmt()
|
| /xiu/protocol/rtmp/src/netstream/ |
| H A D | errors.rs | 4 std::fmt, 38 impl fmt::Display for NetStreamError { 39 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 40 fmt::Display::fmt(&self.value, f) in fmt()
|
| /xiu/protocol/webrtc/src/ |
| H A D | errors.rs | 3 std::fmt, 39 impl fmt::Display for WebRTCError { 40 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 41 fmt::Display::fmt(&self.value, f) in fmt()
|
| /xiu/protocol/rtmp/src/netconnection/ |
| H A D | errors.rs | 7 std::fmt, 48 impl fmt::Display for NetConnectionError { 49 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 50 fmt::Display::fmt(&self.value, f) in fmt()
|
| /xiu/protocol/rtmp/src/user_control_messages/ |
| H A D | errors.rs | 5 std::fmt, 49 impl fmt::Display for EventMessagesError { 50 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 51 fmt::Display::fmt(&self.value, f) in fmt()
|
| /xiu/library/streamhub/src/ |
| H A D | errors.rs | 5 use {failure::Fail, std::fmt}; 34 impl fmt::Display for ChannelError { 35 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 36 fmt::Display::fmt(&self.value, f) in fmt()
|
| H A D | stream.rs | 2 use std::fmt; 20 impl fmt::Display for StreamIdentifier { 21 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
|
| /xiu/library/container/mpegts/src/ |
| H A D | errors.rs | 4 std::fmt, 60 impl fmt::Display for MpegTsError { 61 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 62 fmt::Display::fmt(&self.value, f) in fmt()
|
| /xiu/protocol/rtmp/src/session/ |
| H A D | define.rs | 1 use std::fmt; 34 impl fmt::Display for SessionType { 35 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
|
| /xiu/protocol/rtsp/src/session/ |
| H A D | define.rs | 1 use std::fmt; 36 impl fmt::Display for SessionType { 37 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
|
| /xiu/protocol/rtmp/src/messages/ |
| H A D | errors.rs | 9 std::fmt, 71 impl fmt::Display for MessageError { 72 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 73 fmt::Display::fmt(&self.value, f) in fmt()
|
| /xiu/protocol/hls/src/ |
| H A D | errors.rs | 6 std::fmt, 97 impl fmt::Display for MediaError { 98 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 99 fmt::Display::fmt(&self.value, f) in fmt() 204 impl fmt::Display for HlsError { 205 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 206 fmt::Display::fmt(&self.value, f) in fmt()
|