Trait sea_query::index::IntoIndexColumn[][src]

pub trait IntoIndexColumn {
    fn into_index_column(self) -> IndexColumn;
}

Required methods

Implementations on Foreign Types

Implementors