Shorten debug for messages
This commit is contained in:
parent
32a220f17c
commit
18c845d6f0
3 changed files with 10 additions and 4 deletions
|
|
@ -20,11 +20,9 @@ impl FromStr for Id20 {
|
|||
|
||||
impl std::fmt::Debug for Id20 {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
write!(f, "<")?;
|
||||
for byte in self.0 {
|
||||
write!(f, "{byte:02x?}")?;
|
||||
}
|
||||
write!(f, ">")?;
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue