use Insert;
use crateModel;
/// Convert a value into an [`Insert`] statement.
///
/// Generated create-builders implement this trait so that they can be passed
/// anywhere an insert is expected (e.g., association [`insert`](Association::insert)
/// calls or batch operations).
///
/// The associated type [`Model`](IntoInsert::Model) identifies which model the
/// insert targets.