Trait tusk_rs::query::PostgresReadable

source ·
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.

Object Safety§

This trait is not object safe.

Implementors§