error[E0599]: no method named release found for enum public::KeybdKey in the current scope
--> /Users/xxxxx/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inputbot-0.6.0/src/public.rs:383:41
|
13 | pub enum KeybdKey {
| ----------------- method release not found for this enum
...
383 | KeybdKey::LShiftKey.release();
| ^^^^^^^ method not found in KeybdKey
For more information about this error, try rustc --explain E0599.
error: could not compile inputbot (lib) due to 4 previous errors
error[E0599]: no method named
releasefound for enumpublic::KeybdKeyin the current scope--> /Users/xxxxx/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inputbot-0.6.0/src/public.rs:383:41
|
13 | pub enum KeybdKey {
| ----------------- method
releasenot found for this enum...
383 | KeybdKey::LShiftKey.release();
| ^^^^^^^ method not found in
KeybdKeyFor more information about this error, try
rustc --explain E0599.error: could not compile
inputbot(lib) due to 4 previous errors