Closed rawnly closed 3 years ago
error[E0412]: cannot find type `Mode` in this scope --> src/macos.rs:32:20 | 32 | pub fn set_mode(_: Mode) -> Result<()> { | ^^^^ not found in this scope | help: consider importing this enum | 1 | use Mode; | error: aborting due to previous error