Docs.rs
database-reflection-0.1.2
database-reflection 0.1.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
iganev
Dependencies
indexmap ^2
normal
serde ^1
normal
serde_json ^1
normal
sqlx ^0.6
normal
Versions
33.33%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
database_reflection
0.1.2
State
Implementors
In database_reflection::adapter::reflection_adapter
?
Trait
database_reflection
::
adapter
::
reflection_adapter
::
State
source
·
[
−
]
pub trait State { }
Implementors
§
source
§
impl
State
for
Uninitialized
source
§
impl<DB: Database>
State
for
Connected
<DB>