pub trait IntoColumnRef {
    fn into_column_ref(self) -> ColumnRef;
}

Required Methods§

Implementations on Foreign Types§

Implementors§