pub trait Gov: Module<ExecT = GovMsg, QueryT = Empty, SudoT = Empty> { }Expand description
This trait implements the interface of the governance module.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".