Docs.rs
objectstore-client-0.1.5
objectstore-client 0.1.5
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
getsentry-bot
Dependencies
async-compression ^0.4.27
normal
bytes ^1.11.1
normal
futures-util ^0.3.31
normal
infer ^0.19.0
normal
jsonwebtoken ^10.3.0
normal
multer ^3.1.0
normal
objectstore-types ^0.1.5
normal
percent-encoding ^2.3
normal
reqwest ^0.13.1
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
futures-util ^0.3.31
dev
jsonwebtoken ^10.3.0
dev
serde ^1.0.219
dev
tempfile ^3.20.0
dev
tokio ^1.47.0
dev
zstd ^0.13.3
dev
Versions
100%
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
Skip to main content
DeleteResponse
objectstore_
client
0.1.5
objectstore_client
Type Alias
Delete
Response
Copy item path
Source
pub type DeleteResponse =
()
;
Expand description
The result from a successful
delete()
call.