Function update

Source
pub fn update<T: Updateable + UpdateParams>(
    conn: &Connection,
    entity: T,
) -> Result<usize, Error>