Docs.rs
edgee-api-client-1.2.6
edgee-api-client 1.2.6
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
SachaMorard
Dependencies
anyhow ^1.0.83
normal
bon ^3.3.2
normal
chrono ^0.4.38
normal
cookie ^0.18.1
normal
dirs ^6.0.0
normal
easy-ext ^1.0.2
normal
futures ^0.3.31
normal
progenitor ^0.10.0
normal
progenitor-client ^0.10.0
normal
reqwest ^0.12.9
normal
schemars ^0.8.21
normal
serde ^1.0.215
normal
serde_json ^1.0.133
normal
toml ^0.8.12
normal
Versions
41.82%
of the crate is documented
Go to latest version
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
edgee_
api_
client
1.2.6
Error
Ext
Required Methods
into_message
Implementors
In crate edgee_
api_
client
edgee_api_client
Trait
ErrorExt
Copy item path
Source
pub trait ErrorExt { // Required method fn
into_message
(self) ->
String
; }
Required Methods
§
Source
fn
into_message
(self) ->
String
Implementors
§
Source
§
impl
ErrorExt
for
Error
<
ErrorResponse
>