> +
> +    /// Keeps track of whether we've initialized the device data yet.
> +    pub(crate) data_is_init: AtomicBool,

Oh well, I was unable to think of a better plan than this ^

Nit: you’ve added a few pub(crate), consider whether these could
be pub(in path) or, better yet, pub(super).


Reviewed-by: Daniel Almeida <[email protected]>

Reply via email to