If the #[custom(query=CustomQuery)] attribute occurs on the interface trait, the Deps<CustomQuery> argument should be expected by the message dispatcher. If this and QueryC associated type happens to exist on the trait, the #[custom(...)] has precedence.
If the
#[custom(query=CustomQuery)]
attribute occurs on the interface trait, theDeps<CustomQuery>
argument should be expected by the message dispatcher. If this andQueryC
associated type happens to exist on the trait, the#[custom(...)]
has precedence.