pub type GovFailingModule = FailingModule<GovMsg, Empty, Empty>;
Implementation of the always failing governance module.
pub struct GovFailingModule(/* private fields */);