//! # Command
//!//! `command` is the module providing the types used to interact with Mitrid applications.
/// Type used to represent a command request.
pubmodrequest;/// Type used to represent a command response.
pubmodresponse;pubuseself::request::Request;pubuseself::response::Response;