Docs.rs
duat-filetype-0.3.3
duat-filetype 0.3.3
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
AhoyISki
Dependencies
dirs-next ^2.0
normal
duat-core ^0.8.0
normal
regex ^1.12
normal
Versions
20%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-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
FileType
duat_
filetype
0.3.3
File
Type
Required Methods
filetype
Implementations on Foreign Types
&Path
&str
Buffer
PathBuf
String
Implementors
In crate duat_
filetype
duat_filetype
Trait
File
Type
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
FileType
for &
str
Source
§
fn
filetype
(&self) ->
Option
<&'static
str
>
Source
§
impl
FileType
for &
Path
Source
§
fn
filetype
(&self) ->
Option
<&'static
str
>
Source
§
impl
FileType
for
String
Source
§
fn
filetype
(&self) ->
Option
<&'static
str
>
Source
§
impl
FileType
for
PathBuf
Source
§
fn
filetype
(&self) ->
Option
<&'static
str
>
Source
§
impl
FileType
for
Buffer
Source
§
fn
filetype
(&self) ->
Option
<&'static
str
>
Implementors
§