Type Alias diesel::dsl::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 */ }