diesel::helper_types

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 */ }