fake_mq

Function fake_mq 

Source
pub(crate) fn fake_mq<A: SpecificAccount>() -> A
Available 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.