Trait instruct_macros_types::InstructMacro
source · pub trait InstructMacro {
// Required method
fn get_info() -> StructInfo;
}
Required Methods§
fn get_info() -> StructInfo
Object Safety§
This trait is not object safe.
pub trait InstructMacro {
// Required method
fn get_info() -> StructInfo;
}