Docs.rs
  • authzen-service-util-0.1.0-alpha.0
    • authzen-service-util 0.1.0-alpha.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • tlowerison
    • Dependencies
      • anyhow ^1 normal
      • async-backtrace ^0.2 normal
      • async-graphql ^4 normal
      • async-trait ^0.1 normal
      • authzen-diesel ^0.1.0-alpha.0 normal
      • authzen-session ^0.1.0-alpha.0 normal
      • axum ^0.5 normal
      • axum ^0.6 normal
      • axum-core ^0 normal
      • cfg-if ^1 normal
      • concat-string ^1 normal
      • cookie ^0 normal
      • data-encoding ^2 normal
      • derivative ^2 normal
      • derive_more ^0 normal
      • diesel ^2 normal
      • futures ^0.3 normal
      • headers ^0 normal
      • hyper ^0 normal
      • lazy_static ^1 normal
      • mongodb ^2 normal
      • opentelemetry ^0 normal
      • opentelemetry-jaeger ^0 normal
      • paste ^1 normal
      • ring ^0 normal
      • serde ^1 normal
      • serde_json ^1 normal
      • serde_qs ^0 normal
      • thiserror ^1 normal
      • tokio ^1 normal
      • tonic ^0 normal
      • tower ^0 normal
      • tower-http ^0 normal
      • tower-layer ^0 normal
      • tower-service ^0 normal
      • tracing ^0.1 normal
      • tracing-error ^0 normal
      • tracing-log ^0 normal
      • tracing-opentelemetry ^0 normal
      • tracing-subscriber ^0 normal
      • tracing-tree ^0 normal
      • uuid ^1 normal
      • rustc_version ^0.4.0 build
    • Versions
    • 16.67% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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
logo

logo

ClientError

Implementors

In authzen_service_util

?
Change settings

Trait authzen_service_util::ClientError

source ·
pub trait ClientError: Debug + Display + From<BaseClientError> + From<Response<Vec<u8>>> + Send + Sync { }

Implementors§

source§

impl ClientError for BaseClientError

source§

impl<E> ClientError for Ewhere E: Debug + Display + From<BaseClientError> + From<Response<Vec<u8>>> + Send + Sync,