Skip to main content

get_non_deleted_by_id

Function get_non_deleted_by_id 

Source
pub async fn get_non_deleted_by_id(
    conn: &mut PgConnection,
    id: Uuid,
) -> ModelResult<Exercise>