Macro polkavm_common::implement_instruction_visitor

source ยท
macro_rules! implement_instruction_visitor {
    (impl < $($visitor_ty_params:tt),* > $visitor_ty:ty, $method:ident) => { ... };
}