Docs.rs
scratch-io-0.1.4
scratch-io 0.1.4
Permalink
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
Vidi0
Dependencies
brotli ^8.0.2
normal
optional
bzip2 ^0.6.1
normal
optional
clap ^4.5.53
normal
directories ^6.0.0
normal
flate2 ^1.1.5
normal
optional
futures-util ^0.3.31
normal
liblzma ^0.4.5
normal
optional
lru ^0.16.2
normal
md-5 ^0.10.6
normal
prost ^0.14.1
normal
reqwest ^0.12.26
normal
serde ^1.0.228
normal
serde_json ^1.0.145
normal
serde_with ^3.16.1
normal
strsim ^0.11.1
normal
tar ^0.4.44
normal
optional
thiserror ^2.0.17
normal
time ^0.3.44
normal
tokio ^1.48.0
normal
toml ^0.9.10
normal
zip ^7.0.0
normal
optional
zstd ^0.13.3
normal
optional
Versions
18.74%
of the crate is documented
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
IntoResponseResult
scratch_
io
0.1.4
Into
Response
Result
Required Associated Types
Err
Implementors
In scratch_
io::
itch_
api
scratch_io
::
itch_api
Trait
Into
Response
Result
Copy item path
Source
pub trait IntoResponseResult { type
Err
:
From
<
ApiResponseError
> +
Error
+
Debug
; }
Required Associated Types
§
Source
type
Err
:
From
<
ApiResponseError
> +
Error
+
Debug
Implementors
§
Source
§
impl
IntoResponseResult
for
LoginResponse
Source
§
type
Err
=
LoginResponseError