Skip to content

rust_search::Filesize cannot be imported #29

@IoT-master

Description

@IoT-master

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

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