headless_lms_models::student_countries

Function get_selected_country_by_user_id

Source
pub async fn get_selected_country_by_user_id(
    conn: &mut PgConnection,
    user_id: Uuid,
    course_instance_id: Uuid,
) -> ModelResult<StudentCountry>