1#![allow(non_snake_case)] 2 3//! Frontend command dispatch. Callers spell 4//! `Track::FrontendCommand::DispatchFrontendCommand::DispatchFrontendCommand`. 5 6pub mod DispatchFrontendCommand;