pub trait IntoTypeRef {
// Required method
fn into_type_ref(self) -> TypeRef;
}
Available on crate feature
backend-postgres
only.pub trait IntoTypeRef {
// Required method
fn into_type_ref(self) -> TypeRef;
}
backend-postgres
only.