pub trait PostgresReadable: PostgresReadFields + PostgresJoins { }Expand description
A trait that declares a struct as readable. Even though there are no methods, this is a stub for future implementations.
For now, it may be implemented by deriving.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.