Docs.rs
duat-filetype-0.3.1
duat-filetype 0.3.1
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.7.0
normal
regex ^1.11
normal
Versions
20%
of the crate is documented
Go to latest version
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
PassFileType
duat_
filetype
0.3.1
Pass
File
Type
Required Methods
filetype
Implementations on Foreign Types
Handle<Buffer>
RwData<Buffer>
Implementors
In crate duat_
filetype
duat_filetype
Trait
Pass
File
Type
Copy item path
Source
pub trait PassFileType { // Required method fn
filetype
(&self, pa: &
Pass
) ->
Option
<&'static
str
>; }
Required Methods
§
Source
fn
filetype
(&self, pa: &
Pass
) ->
Option
<&'static
str
>
Implementations on Foreign Types
§
Source
§
impl
PassFileType
for
Handle
<
Buffer
>
Source
§
fn
filetype
(&self, pa: &
Pass
) ->
Option
<&'static
str
>
Source
§
impl
PassFileType
for
RwData
<
Buffer
>
Source
§
fn
filetype
(&self, pa: &
Pass
) ->
Option
<&'static
str
>
Implementors
§