Docs.rs
objectstore-client-0.0.9
objectstore-client 0.0.9
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
getsentry-bot
Dependencies
async-compression ^0.4.27
normal
bytes ^1.10.1
normal
futures-util ^0.3.31
normal
objectstore-types ^0.0.9
normal
reqwest ^0.12.22
normal
sentry-core >=0.41
normal
serde ^1.0.219
normal
thiserror ^2.0.17
normal
tokio ^1.45.0
normal
tokio-util ^0.7.15
normal
url ^2.5.7
normal
tempfile ^3.20.0
dev
tokio ^1.47.0
dev
uuid ^1.18.0
dev
zstd ^0.13.3
dev
Versions
100%
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
DeleteResponse
objectstore_
client
0.0.9
objectstore_client
Type Alias
Delete
Response
Copy item path
Source
pub type DeleteResponse =
()
;
Expand description
The result from a successful
delete()
call.