-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AdbStatResponse is not (sufficiently) pub #57
Comments
Thanks for the issue, can you confirm that |
Yep, that's the only one You can tell quickly by looking at the docs for ADBDeviceExt and noticing that AdbStatResponse is the only type or generic that isn't clickable |
Fix available in v2.0.4 ! |
🔥 thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thanks for the awesome crate! It's working wonderfully to automate tests with hardware over adb.
I would like to implement
ADBDeviceExt
for an enum of either ADBUsbDevice or ADBServerDevice, so I can interact with a device using either protocol, but it's not possible for 3rd parties to impl ADBDeviceExt because AdbStatResponse is not reachable through public modules or apub use
export.The text was updated successfully, but these errors were encountered: