Trait diesel::pg::CopyTarget
source · pub trait CopyTarget {
type Table: Table;
type SqlType: SqlType;
}
Expand description
A expression that could be used as target/source for COPY FROM
and COPY TO
commands
This trait is implemented for any table type and for tuples of columns from the same table
Required Associated Types§
Object Safety§
This trait is not object safe.