Lines Matching refs:fmt
6 std::fmt,
31 impl fmt::Display for TagParseError {
32 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
33 fmt::Display::fmt(&self.value, f) in fmt()
67 impl fmt::Display for FlvMuxerError {
68 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
69 fmt::Display::fmt(&self.value, f) in fmt()
134 impl fmt::Display for FlvDemuxerError {
135 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
136 fmt::Display::fmt(&self.value, f) in fmt()
196 impl fmt::Display for Mpeg4AvcHevcError {
197 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
198 fmt::Display::fmt(&self.value, f) in fmt()
241 impl fmt::Display for MpegAacError {
242 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
243 fmt::Display::fmt(&self.value, f) in fmt()