Expand description
Crate defining a procedural macro for building Miraland program errors
Attribute Macros§
- spl_
program_ error - Proc macro attribute to turn your enum into a Miraland Program Error
Derive Macros§
- Decode
Error - Derive macro to add
miraland_program::decode_error::DecodeErrortrait - Into
Program Error - Derive macro to add
Into<miraland_program::program_error::ProgramError>trait - Print
Program Error - Derive macro to add
miraland_program::program_error::PrintProgramErrortrait