Trait ToRevertReason

Source
pub trait ToRevertReason {
    // Required method
    fn to_revert_reason<'async_trait>(
        self,
    ) -> Pin<Box<dyn Future<Output = RevertError> + Send + 'async_trait>>
       where Self: 'async_trait;
}

Required Methods§

Source

fn to_revert_reason<'async_trait>( self, ) -> Pin<Box<dyn Future<Output = RevertError> + Send + 'async_trait>>
where Self: 'async_trait,

Implementations on Foreign Types§

Source§

impl ToRevertReason for VmRevertReason

Source§

fn to_revert_reason<'async_trait>( self, ) -> Pin<Box<dyn Future<Output = RevertError> + Send + 'async_trait>>
where Self: 'async_trait,

Implementors§