Trait instruct_macros_types::InstructMacro
source · pub trait InstructMacro {
// Required methods
fn get_info() -> InstructMacroResult;
fn validate(&self) -> Result<(), String>;
}Required Methods§
Object Safety§
This trait is not object safe.