Add a few debug logs
This commit is contained in:
parent
56a4b8c362
commit
bd61530b5f
5 changed files with 122 additions and 6 deletions
|
|
@ -19,6 +19,8 @@ impl Id {
|
|||
}
|
||||
}
|
||||
|
||||
// TODO Impl better fmt::Debug for Id and aliases
|
||||
|
||||
impl fmt::Display for Id {
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
write!(f, "{}", self.0.encode_hex::<String>())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue