Docs.rs
possum-db-0.3.1
possum-db 0.3.1
Permalink
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
anacrolix
Dependencies
anyhow ^1.0.75
normal
cfg-if ^1.0.0
normal
chrono ^0.4.31
normal
clap ^4.4.2
normal
ctx-thread ^0.1.1
normal
env_logger ^0.10.0
normal
fdlimit ^0.3.0
normal
optional
itertools ^0.12.0
normal
libc ^0.2.158
normal
log ^0.4.20
normal
memmap2 ^0.9.0
normal
nix ^0.27.1
normal
num ^0.4.1
normal
once_cell ^1.19.0
normal
positioned-io ^0.3.2
normal
rand ^0.8.5
normal
rayon ^1.8.0
normal
optional
rusqlite ^0.30.0
normal
shuttle ^0.7.1
normal
optional
stable_deref_trait ^1.2.0
normal
take_mut ^0.2.2
normal
tempfile ^3.8.0
normal
thiserror ^1.0.50
normal
tracing ^0.1.40
normal
twox-hash ^1.6.3
normal
optional
bytesize ^1.3.0
dev
criterion ^0.5.1
dev
test-log ^0.2.14
dev
loom ^0.7
dev
windows ^0.52.0
normal
Versions
20.69%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
possum
0.3.1
File
Already
Exists
Error
Required Methods
is_file_already_exists
Implementations on Foreign Types
Error
Implementors
In crate possum
possum
Trait
FileAlreadyExistsError
Copy item path
Source
pub trait FileAlreadyExistsError { // Required method fn
is_file_already_exists
(&self) ->
bool
; }
Required Methods
§
Source
fn
is_file_already_exists
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
FileAlreadyExistsError
for
Error
Source
§
fn
is_file_already_exists
(&self) ->
bool
Implementors
§
Source
§
impl
FileAlreadyExistsError
for possum::
Error