Docs.rs
telexide-fork-0.2.2
telexide-fork 0.2.2
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
galeone
Dependencies
async-trait ^0.1.51
normal
chrono ^0.4.19
normal
futures ^0.3.18
normal
http ^0.2.5
normal
hyper ^0.14.15
normal
hyper-tls ^0.5.0
normal
log ^0.4.14
normal
parking_lot ^0.11.2
normal
paste ^1.0.6
normal
serde ^1.0.130
normal
serde_json ^1.0.72
normal
telexide_fork_proc_macros ^0.1.1
normal
tokio ^1.14.0
normal
tonic ^0.6.1
normal
typemap ^0.3.3
normal
Versions
42%
of the crate is documented
Go to latest version
Platform
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
☰
Result
Trait Implementations
From<Response>
In telexide_fork
?
Type Definition
telexide_fork
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
The common result type between most library functions.
Trait Implementations
§
source
§
impl<T>
From
<
Response
> for
Result
<T>
where T:
DeserializeOwned
,
source
§
fn
from
(resp:
Response
) ->
Result
<T>
Converts to this type from the input type.