logo
pub trait IntoTableRef {
    fn into_table_ref(self) -> TableRef;
}

Required Methods

Implementations on Foreign Types

Implementors