//! Typed, application-scoped commands.
pub use CommandContext;
pub use ;
pub use CommandHandle;
pub use CommandRegistry;
/// Invokes a typed Command in the active Application.
///
/// LGUI async handlers and tasks automatically carry their Application scope.
/// Futures submitted to an external executor must first be wrapped with
/// `ApplicationContext::scope`.
pub async