Docs.rs
util-rs-0.3.2
util-rs 0.3.2
Permalink
Docs.rs crate page
WTFPL
Links
Homepage
Repository
crates.io
Source
Owners
GilRtr
Dependencies
log ^0.4.11
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
Ignore
util_rs
0.3.2
Ignore
Required Methods
ignore
Implementations on Foreign Types
Option<T>
Result<T, E>
Implementors
In crate util_
rs
util_rs
Trait
Ignore
Copy item path
Source
pub trait Ignore { // Required method fn
ignore
(self); }
Required Methods
§
Source
fn
ignore
(self)
Implementations on Foreign Types
§
Source
§
impl<T>
Ignore
for
Option
<T>
where T:
Debug
,
Source
§
fn
ignore
(self)
Source
§
impl<T, E>
Ignore
for
Result
<T, E>
where T:
Debug
, E:
Display
,
Source
§
fn
ignore
(self)
Implementors
§