Docs.rs
perspective-client-4.0.1
perspective-client 4.0.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
texodus
Dependencies
async-lock ^2.5.0
normal
futures ^0.3.28
normal
getrandom ^0.3
normal
itertools ^0.10.1
normal
num-traits ^0.2.19
normal
paste ^1.0.12
normal
prost ^0.12.3
normal
prost-types ^0.12.3
normal
rand =0.9.1
normal
rand-unique ^0.2.0
normal
serde ^1.0
normal
serde_bytes ^0.11
normal
serde_json ^1.0.107
normal
talc ^4.4.3
normal
optional
thiserror ^1.0.55
normal
tracing ^0.1.36
normal
ts-rs ^11.0.1
normal
prost-build ^0.12.3
build
protobuf-src ^2.0.1
build
optional
Versions
30.65%
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
PerspectiveResultExt
perspective_
client
4.0.1
Perspective
Result
Ext
Required Methods
unwrap_or_log
Implementations on Foreign Types
Result<T, E>
Implementors
In perspective_
client::
utils
perspective_client
::
utils
Trait
Perspective
Result
Ext
Copy item path
Source
pub trait PerspectiveResultExt { // Required method fn
unwrap_or_log
(&self); }
Required Methods
§
Source
fn
unwrap_or_log
(&self)
Implementations on Foreign Types
§
Source
§
impl<T, E>
PerspectiveResultExt
for
Result
<T, E>
where E:
Error
,
Source
§
fn
unwrap_or_log
(&self)
Implementors
§