1 2 3 4 5 6 7 8
use sql_orm::prelude::*; #[derive(Insertable, Debug, Clone)] struct NewCustomer { email: String, } fn main() {}