Trait ToHaltError

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

Required Methods§

Source

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

Implementations on Foreign Types§

Source§

impl ToHaltError for Halt

Source§

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

Implementors§