Docs.rs
io-trait-0.11.0
io-trait 0.11.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sergey-shandar
Dependencies
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
io_
trait
0.11.0
Metadata
Required Methods
is_dir
len
Implementations on Foreign Types
Metadata
Implementors
In crate io_
trait
io_trait
Trait
Metadata
Copy item path
Source
pub trait Metadata { // Required methods fn
len
(&self) ->
u64
;
fn
is_dir
(&self) ->
bool
; }
Required Methods
§
Source
fn
len
(&self) ->
u64
Source
fn
is_dir
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
Metadata
for
Metadata
Source
§
fn
len
(&self) ->
u64
Source
§
fn
is_dir
(&self) ->
bool
Implementors
§