GetErr

Trait GetErr 

Source
pub trait GetErr: Sized {
    // Required method
    fn get_err(self) -> Result<Self, ChainError>;
}

Required Methods§

Source

fn get_err(self) -> Result<Self, ChainError>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl GetErr for AbciQuery

Source§

fn get_err(self) -> Result<Self, ChainError>

Source§

impl GetErr for Response

Source§

fn get_err(self) -> Result<Self, ChainError>

Source§

impl GetErr for Response

Source§

fn get_err(self) -> Result<Self, ChainError>

Source§

impl GetErr for Response

Source§

fn get_err(self) -> Result<Self, ChainError>

Implementors§