Docs.rs
tetrio-api-0.6.0
tetrio-api 0.6.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
Katamithetaka
Dependencies
async-lock ^3.4.0
normal
async-trait ^0.1.64
normal
bytes ^1.7.1
normal
futures ^0.3.30
normal
futures-core ^0.3.30
normal
http ^1.1.0
normal
moka ^0.12
normal
optional
redis ^0.26.1
normal
optional
reqwest ^0.12.7
normal
optional
serde ^1.0.199
normal
serde_json ^1.0.93
normal
serde_path_to_error ^0.1.16
normal
tower ^0.5.0
normal
tower-util ^0.3.1
normal
url ^2.5.2
normal
tokio ^1.43.0
dev
Versions
2.92%
of the crate is documented
Platform
i686-pc-windows-msvc
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
ErrorTrait
tetrio_
api
0.6.0
Error
Trait
Required Associated Types
Error
Implementors
In tetrio_
api::
http::
error
tetrio_api
::
http
::
error
Trait
Error
Trait
Copy item path
Source
pub trait ErrorTrait { type
Error
; }
Required Associated Types
§
Source
type
Error
Implementors
§
Source
§
impl<HttpClientImpl:
HttpClient
+
Send
+
Sync
, Cache:
CacheHandler
<HttpClientImpl::
HttpError
>>
ErrorTrait
for
CachedClient
<HttpClientImpl, Cache>
Source
§
type
Error
=
Error
<<HttpClientImpl as
HttpClient
>::
HttpError
, <Cache as
CacheHandler
<<HttpClientImpl as
HttpClient
>::
HttpError
>>::
CachingError
>