create_part

Function create_part 

Source
pub fn create_part(
    conn: &SqliteConnection,
    part: &NewUpdatePart<'_>,
) -> Result<usize, Error>