Trait sea_query::extension::postgres::IntoTypeRef
source · pub trait IntoTypeRef {
fn into_type_ref(self) -> TypeRef;
}Available on crate feature
backend-postgres only.pub trait IntoTypeRef {
fn into_type_ref(self) -> TypeRef;
}backend-postgres only.