Docs.rs
rorm-db-0.7.0
rorm-db 0.7.0
Docs.rs crate page
MIT
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
gammelalf
myOmikron
Dependencies
aliasable ~0.1
normal
futures ~0.3
normal
log ~0.4
normal
ouroboros ~0.15
normal
pin-project ~1
normal
rorm-declaration ~0.3
normal
rorm-sql ~0.6
normal
serde ~1
normal
sqlx ~0.6
normal
Versions
100%
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
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
☰
RowIndex
Implementors
In rorm_db::row
?
Trait
rorm_db
::
row
::
RowIndex
source
·
[
−
]
pub trait RowIndex: ColumnIndex<AnyRow> { }
Expand description
Something which can be used to index a
Row
’s cells.
Implementors
§
source
§
impl<T: ColumnIndex<AnyRow>>
RowIndex
for T