Docs.rs
duat-filetype-0.2.0
duat-filetype 0.2.0
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
crates.io
Source
Owners
AhoyISki
Dependencies
dirs-next ^2.0.0
normal
duat-core ^0.5.0
normal
regex ^1.11.1
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
duat_
filetype
0.2.0
File
Type
Required Methods
filetype
Implementations on Foreign Types
File<U>
Implementors
In crate duat_
filetype
duat_filetype
Trait
FileType
Copy item path
Source
pub trait FileType { // Required method fn
filetype
(&self) ->
Option
<&'static
str
>; }
Required Methods
§
Source
fn
filetype
(&self) ->
Option
<&'static
str
>
Implementations on Foreign Types
§
Source
§
impl<U:
Ui
>
FileType
for
File
<U>
Source
§
fn
filetype
(&self) ->
Option
<&'static
str
>
Implementors
§