Trait tusk_rs::query::PostgresWriteable

source ·
pub trait PostgresWriteable: PostgresWriteFields + PostgresJoins {
    // Required method
    fn write(self) -> PostgresWrite;
}
Expand description

A trait that declares a struct as writeable. Do not manually implement this. Instead, implement PostgresWriteFields and PostgresJoins, and derive this trait.

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§