pub type QueueFlight = Arc<dyn Fn(Queued) -> Result<(), String> + Send + Sync>;
Where a sent flight goes.
pub struct QueueFlight { /* private fields */ }