[][src]Function proj17_iot_server::services::devices::validate_tracker_id

pub async fn validate_tracker_id<'_>(
    tracker_id: &'_ String
) -> Result<(), &'static str>

Validates a tracker by id. Ok(()) if exists, Err() if not