pub type StatefulPrecompileArc = Arc<dyn StatefulPrecompile>;
Expand description
Arc over stateful precompile.
Aliased Typeยง
struct StatefulPrecompileArc { /* private fields */ }
pub type StatefulPrecompileArc = Arc<dyn StatefulPrecompile>;
Arc over stateful precompile.
struct StatefulPrecompileArc { /* private fields */ }