Rust_Search icon indicating copy to clipboard operation
Rust_Search copied to clipboard

rust_search::Filesize cannot be imported

Open IoT-master opened this issue 2 years ago • 0 comments

error[E0432]: unresolved import rust_search::FileType --> src/main.rs:3:5 | 3 | use rust_search::FileType; | ^^^^^^^^^^^^^^^^^^^^^ no FileType in the root | help: consider importing this struct instead | 3 | use std::fs::FileType; | ~~~~~~~~~~~~~~~~~~

error[E0433]: failed to resolve: use of undeclared type FileSize

IoT-master avatar Dec 26 '22 00:12 IoT-master