You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Transfer::poll() and trying to differentiate between timeout and other errors. It is not possible today since the error enum is private.
I am using the
Transfer::poll()
and trying to differentiate between timeout and other errors. It is not possible today since the error enum is private.The following line needs to change to
pub
?rusb/rusb-async/src/lib.rs
Line 11 in 4d955e4
Or the intention is not to expose Error?
The text was updated successfully, but these errors were encountered: