diff --git a/crates/ctap2-proto/src/authenticator/device.rs b/crates/ctap2-proto/src/authenticator/device.rs index 586d268..a861799 100644 --- a/crates/ctap2-proto/src/authenticator/device.rs +++ b/crates/ctap2-proto/src/authenticator/device.rs @@ -8,7 +8,7 @@ use std::num::NonZeroUsize; use std::usize; /// A usize with a minimum value of N -#[derive(PartialEq, Eq)] +#[derive(Debug, PartialEq, Eq)] pub struct UsizeN(bounded_integer::BoundedUsize); /// > data type byte string and identifying the authenticator model, i.e.