Trait sea_query::types::IntoTableRef[][src]

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

Required methods

Implementations on Foreign Types

Implementors