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

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

Required methods

Loading content...

Implementations on Foreign Types

impl<S: 'static, T: 'static> IntoTableRef for (S, T) where
    S: IntoIden,
    T: IntoIden
[src]

Loading content...

Implementors

impl<T: 'static> IntoTableRef for T where
    T: IntoIden
[src]

Loading content...