[][src]Trait solana_program::program_error::PrintProgramError

pub trait PrintProgramError {
    pub fn print<E>(&self)
    where
        E: 'static + Error + DecodeError<E> + PrintProgramError + FromPrimitive
; }

Required methods

pub fn print<E>(&self) where
    E: 'static + Error + DecodeError<E> + PrintProgramError + FromPrimitive
[src]

Loading content...

Implementors

impl PrintProgramError for ProgramError[src]

Loading content...