Docs.rs
aya-log-0.2.1
aya-log 0.2.1
Docs.rs crate page
MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
alessandrod
github:aya-rs:owners
Dependencies
aya ^0.13.0
normal
aya-log-common ^0.1.15
normal
bytes ^1
normal
log ^0.4
normal
thiserror ^1
normal
tokio ^1.24.0
normal
env_logger ^0.11
dev
testing_logger ^0.1.1
dev
Versions
28%
of the crate is documented
Platform
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
aya_log
0.2.1
Formatter
Required Methods
format
Object Safety
Implementors
In crate aya_
log
aya_log
Trait
Formatter
Copy item path
source
pub trait Formatter<T> { // Required method fn
format
(v: T) ->
String
; }
Required Methods
§
source
fn
format
(v: T) ->
String
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl
Formatter
<&[
u8
]> for
LowerHexBytesFormatter
source
§
impl
Formatter
<&[
u8
]> for
UpperHexBytesFormatter
source
§
impl
Formatter
<[
u8
;
6
]> for
LowerMacFormatter
source
§
impl
Formatter
<[
u8
;
6
]> for
UpperMacFormatter
source
§
impl<T>
Formatter
<T> for
DefaultFormatter
where T:
ToString
,
source
§
impl<T>
Formatter
<T> for
Ipv4Formatter
where T:
Into
<
Ipv4Addr
>,
source
§
impl<T>
Formatter
<T> for
Ipv6Formatter
where T:
Into
<
Ipv6Addr
>,
source
§
impl<T>
Formatter
<T> for
LowerHexFormatter
where T:
LowerHex
,
source
§
impl<T>
Formatter
<T> for
UpperHexFormatter
where T:
UpperHex
,