Docs.rs
claw-common-0.2.6
claw-common 0.2.6
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
esoterra
Dependencies
miette ^7.1.0
normal
thiserror ^1.0.30
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
claw_
common
0.2.6
OkPretty
Required Associated Types
Output
Required Methods
ok_pretty
Implementations on Foreign Types
Result<T, E>
Implementors
In crate claw_
common
claw_common
Trait
OkPretty
Copy item path
Source
pub trait OkPretty { type
Output
; // Required method fn
ok_pretty
(self) ->
Option
<Self::
Output
>; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
ok_pretty
(self) ->
Option
<Self::
Output
>
Implementations on Foreign Types
§
Source
§
impl<T, E>
OkPretty
for
Result
<T, E>
where E:
Diagnostic
+
Sync
+
Send
+ 'static,
Source
§
type
Output
= T
Source
§
fn
ok_pretty
(self) ->
Option
<Self::
Output
>
Implementors
§