Lines Matching defs:fmt
6 impl std::fmt::Debug for DlDescription {
7 fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {
8 std::fmt::Debug::fmt(&self.0, f)
15 impl std::fmt::Debug for WindowsError {
16 fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {
17 std::fmt::Debug::fmt(&self.0, f)
102 impl std::fmt::Display for Error {
103 fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {