//! Shared terminal frontends and local gateway-account storage.
pubmodcommand;pubmodfrontend;/// Gateway accounts support.
pubmodgateway_accounts;/// Converts a gateway transport/protocol failure without losing its diagnostic text.
pubfngateway_error(error:mobius_gateway::Error)->mobius::Error{mobius::Error::Stopped(error.to_string())}