[−][src]Trait solana_sdk::program_error::PrintProgramError  
            Required methods
fn print<E>(&self) where
    E: 'static + Error + DecodeError<E> + PrintProgramError + FromPrimitive, 
E: 'static + Error + DecodeError<E> + PrintProgramError + FromPrimitive,
Implementors
impl PrintProgramError for ProgramError[src]
fn print<E>(&self) where
    E: 'static + Error + DecodeError<E> + PrintProgramError + FromPrimitive, [src]
E: 'static + Error + DecodeError<E> + PrintProgramError + FromPrimitive,