Trait gfx_solana_utils::AnchorClientErrorExt[][src]

pub trait AnchorClientErrorExt {
    fn code(&self) -> Option<u32>;
fn canonicalize<E>(&self) -> Error
    where
        u32: TryInto<E>,
        E: Display
; }

Required methods

Implementations on Foreign Types

Implementors