//! Handlers for the trust center commands.
pubuseself::trust_center_join::Handler as TrustCenterJoin;modtrust_center_join;/// The handler for the trust center command.
#[derive(Clone, Debug, Eq, PartialEq)]pubenumHandler{/// The handler for the trust center join command.
TrustCenterJoin(TrustCenterJoin),}