Trait instruct_macros_types::InstructMacro

source ·
pub trait InstructMacro {
    // Required method
    fn get_info() -> StructInfo;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§