bbqueue icon indicating copy to clipboard operation
bbqueue copied to clipboard

Add `derive(Debug)` for `Producer` and `Consumer` types.

Open liamkinne opened this issue 9 months ago • 3 comments

Another library I'm using returns these types as an Err(T) and I can't use unwrap because they don't implement Debug.

liamkinne avatar May 18 '24 17:05 liamkinne