[][src]Trait solana_sdk::program_error::PrintProgramError

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

Required methods

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

Loading content...

Implementors

impl PrintProgramError for ProgramError[src]

Loading content...