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

Required Methods§

Implementations on Foreign Types§

Implementors§