Docs.rs
include_folder-0.3.0
include_folder 0.3.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Joshua861
Dependencies
include_folder_macros ^0.3.0
normal
include_folder_shared ^0.3.0
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
Data
include_
folder
0.3.0
Data
Required Methods
to_file_data
Implementations on Foreign Types
String
Vec<u8>
Implementors
In crate include_
folder
include_folder
Trait
Data
Copy item path
Source
pub trait Data { // Required method fn
to_file_data
(self) ->
FileData
; }
Required Methods
§
Source
fn
to_file_data
(self) ->
FileData
Implementations on Foreign Types
§
Source
§
impl
Data
for
String
Source
§
fn
to_file_data
(self) ->
FileData
Source
§
impl
Data
for
Vec
<
u8
>
Source
§
fn
to_file_data
(self) ->
FileData
Implementors
§