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

Required Methods§

Implementations on Foreign Types§

Implementors§