Skip to main content

CheatsCtxExt

Trait CheatsCtxExt 

Source
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.

Implementors§

Source§

impl<CTX> CheatsCtxExt for CTX
where CTX: FoundryContextExt<Journal: FoundryJournalExt, Db: DatabaseExt>,