pub trait CheatsCtxExt: FoundryContextExt<Journal: FoundryJournalExt, Db: DatabaseExt> { }Expand description
Bounds for the generic Inspector<CTX> impl on Cheatcodes.
Shorthand used internally to avoid repeating the full where-clause.
Any EthEvmContext<&mut dyn DatabaseExt> satisfies these bounds, so all
existing call-sites (e.g. InspectorStackRefMut) keep working unchanged.