Docs.rs
diff_logger-0.1.0
diff_logger 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
nalchevanidze
Dependencies
chrono ^0.4.24
normal
colored ^2.0.0
normal
serde_json ^1.0.95
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
PrettyLog
diff_
logger
0.1.0
Pretty
Log
Required Methods
pretty
Implementations on Foreign Types
DateTime<FixedOffset>
Duration
Option<T>
String
bool
f64
Implementors
In crate diff_
logger
diff_logger
Trait
Pretty
Log
Copy item path
Source
pub trait PrettyLog { // Required method fn
pretty
(&self) ->
String
; }
Required Methods
§
Source
fn
pretty
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl
PrettyLog
for
bool
Source
§
fn
pretty
(&self) ->
String
Source
§
impl
PrettyLog
for
f64
Source
§
fn
pretty
(&self) ->
String
Source
§
impl
PrettyLog
for
String
Source
§
fn
pretty
(&self) ->
String
Source
§
impl
PrettyLog
for
DateTime
<
FixedOffset
>
Source
§
fn
pretty
(&self) ->
String
Source
§
impl
PrettyLog
for
Duration
Source
§
fn
pretty
(&self) ->
String
Source
§
impl<T:
PrettyLog
>
PrettyLog
for
Option
<T>
Source
§
fn
pretty
(&self) ->
String
Implementors
§
Source
§
impl
PrettyLog
for
Value