Skip to content

method release not found for this enumΒ #108

@theajack

Description

@theajack

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions