Docs.rs
houseflow-db-0.1.1
houseflow-db 0.1.1
Permalink
Docs.rs crate page
GPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
gbaranski
Dependencies
async-trait ^0.1.50
normal
deadpool-postgres ^0.9.0
normal
houseflow-config ^0.1.1
normal
houseflow-types ^0.1.1
normal
log ^0.4
normal
refinery ^0.5.0
normal
semver ^1.0.3
normal
serde ^1.0.126
normal
thiserror ^1.0
normal
tokio ^1.6
normal
tokio-postgres ^0.7
normal
rust-argon2 ^0.8
dev
tokio ^1.6
dev
Versions
2.78%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
DatabaseInternalError
houseflow_
db
0.1.1
Database
Internal
Error
Implementations on Foreign Types
Error
Error
PoolError
Implementors
In crate houseflow_
db
houseflow_db
Trait
Database
Internal
Error
Copy item path
Source
pub trait DatabaseInternalError:
Debug
+
Error
+
Send
+
Sync
{ }
Implementations on Foreign Types
§
Source
§
impl
DatabaseInternalError
for
Error
Source
§
impl
DatabaseInternalError
for
Error
Source
§
impl
DatabaseInternalError
for
PoolError
Implementors
§
Source
§
impl
DatabaseInternalError
for houseflow_db::memory::
InternalError
Source
§
impl
DatabaseInternalError
for houseflow_db::postgres::
InternalError