Docs.rs
otter-base-1.2.1
otter-base 1.2.1
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
ijackson
fanf2
Dependencies
arrayvec ^0.7
normal
derive_more ^0.99
normal
extend ^1
normal
fehler ^1
normal
htmlescape ^0.3
normal
if_chain ^1
normal
itertools ^0.10
normal
num-derive ^0.3
normal
num-traits ^0.2
normal
serde ^1
normal
serde_json ^1
normal
serde_with ^1
normal
thiserror ^1
normal
void ^1
normal
Versions
4.14%
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
DebugExt
otter_
base
1.2.1
Debug
Ext
Required Methods
to_debug
Implementors
In otter_
base::
misc
otter_base
::
misc
Trait
Debug
Ext
Copy item path
Source
pub trait DebugExt<T:
Debug
> { // Required method fn
to_debug
(&self) ->
String
; }
Required Methods
§
Source
fn
to_debug
(&self) ->
String
Implementors
§
Source
§
impl<T:
Debug
>
DebugExt
<T> for T