Trait solana_rbpf::error::UserDefinedError[][src]

pub trait UserDefinedError: 'static + Error { }
Expand description

User defined errors must implement this trait

Implementors