[][src]Function wccg_data::repositories::event::control_marking_repository::get_by_rider_id_for_event

pub async fn get_by_rider_id_for_event<'_, '_, '_>(
    rider_id: &'_ str,
    event_id: &'_ str,
    db: &'_ Database
) -> Result<Vec<ControlMarking>, Error>