Skip to main content

get_non_deleted_by_ids

Function get_non_deleted_by_ids 

Source
pub async fn get_non_deleted_by_ids(
    conn: &mut PgConnection,
    ids: &[Uuid],
) -> ModelResult<Vec<Exercise>>