diesel::dsl

Type Alias replace_into

source
pub type replace_into<T> = IncompleteReplaceStatement<T>;
Expand description

Represents the return type of diesel::replace_into

Aliased Typeยง

struct replace_into<T> { /* private fields */ }