Docs.rs
koek-redact-0.2.0
koek-redact 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sandersaares
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
koek_
redact
0.2.0
Redact
Required Methods
redacted
Implementations on Foreign Types
IpAddr
Ipv4Addr
Implementors
In crate koek_
redact
koek_redact
Trait
Redact
Copy item path
Source
pub trait Redact { // Required method fn
redacted
(&self) ->
String
; }
Required Methods
§
Source
fn
redacted
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
Redact
for
IpAddr
Source
§
fn
redacted
(&self) ->
String
Source
§
impl
Redact
for
Ipv4Addr
Source
§
fn
redacted
(&self) ->
String
Implementors
§
Source
§
impl<T:
Display
>
Redact
for T