pub type StatefulPrecompileBox = Box<dyn StatefulPrecompileMut>;
Expand description
Box over mutable stateful precompile
Aliased Typeยง
struct StatefulPrecompileBox(/* private fields */);
pub type StatefulPrecompileBox = Box<dyn StatefulPrecompileMut>;
Box over mutable stateful precompile
struct StatefulPrecompileBox(/* private fields */);