Docs.rs
rivet-logger-0.1.0
rivet-logger 0.1.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
RaubJo
Dependencies
rivet-foundation ^0.1.0
normal
time ^0.3
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
backtrace ^0.3
normal
getrandom ^0.2
normal
sysinfo ^0.38
normal
getrandom ^0.2
normal
Versions
1.54%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
IntoLevel
rivet_
logger
0.1.0
Into
Level
Required Methods
into_level
Implementations on Foreign Types
&str
String
i32
u8
u16
Implementors
In rivet_
logger::
logger
rivet_logger
::
logger
Trait
Into
Level
Copy item path
Source
pub trait IntoLevel { // Required method fn
into_level
(self) ->
Result
<
Level
,
LoggerError
>; }
Required Methods
§
Source
fn
into_level
(self) ->
Result
<
Level
,
LoggerError
>
Implementations on Foreign Types
§
Source
§
impl
IntoLevel
for &
str
Source
§
fn
into_level
(self) ->
Result
<
Level
,
LoggerError
>
Source
§
impl
IntoLevel
for
i32
Source
§
fn
into_level
(self) ->
Result
<
Level
,
LoggerError
>
Source
§
impl
IntoLevel
for
u8
Source
§
fn
into_level
(self) ->
Result
<
Level
,
LoggerError
>
Source
§
impl
IntoLevel
for
u16
Source
§
fn
into_level
(self) ->
Result
<
Level
,
LoggerError
>
Source
§
impl
IntoLevel
for
String
Source
§
fn
into_level
(self) ->
Result
<
Level
,
LoggerError
>
Implementors
§
Source
§
impl
IntoLevel
for
Level