pub trait Stargate: Module<ExecT = AnyMsg, QueryT = GrpcQuery, SudoT = Empty> { }
Expand description

Interface to module handling any messages and queries.

Object Safety§

This trait is not object safe.

Implementors§