pub(crate) fn fake_mq<A: SpecificAccount>() -> AAvailable on crate features
testing only.Expand description
Convenience alias for
memquota::SpecificAccount::new_noop()
Available only in tests, which makes diff hunks which call this more obviously correct.