Function insert

Source
pub fn insert<T: Insertable + SqlParams>(
    client: &mut Client,
    entity: T,
) -> Result<u64, Error>