Skip to main content

AnyColumnIndex

Trait AnyColumnIndex 

Source
pub trait AnyColumnIndex:
    Sized
    + ColumnIndex<PgRow>
    + for<'q> ColumnIndex<PgStatement<'q>>
    + ColumnIndex<MySqlRow>
    + for<'q> ColumnIndex<MySqlStatement<'q>>
    + ColumnIndex<MssqlRow>
    + for<'q> ColumnIndex<MssqlStatement<'q>>
    + ColumnIndex<SqliteRow>
    + for<'q> ColumnIndex<SqliteStatement<'q>>
    + ColumnIndex<OdbcRow>
    + for<'q> ColumnIndex<OdbcStatement<'q>> { }
Available on crate feature any and (crate features mssql or mysql or odbc or postgres or sqlite) only.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§