spin_world::wasi::cli0_2_0::terminal_input

Trait HostTerminalInput

Source
pub trait HostTerminalInput {
    // Required method
    fn drop<'life0, 'async_trait>(
        &'life0 mut self,
        rep: Resource<TerminalInput>,
    ) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>
       where Self: 'async_trait,
             'life0: 'async_trait;
}

Required Methods§

Source

fn drop<'life0, 'async_trait>( &'life0 mut self, rep: Resource<TerminalInput>, ) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Implementations on Foreign Types§

Source§

impl<_T: HostTerminalInput + ?Sized + Send> HostTerminalInput for &mut _T

Source§

fn drop<'life0, 'async_trait>( &'life0 mut self, rep: Resource<TerminalInput>, ) -> Pin<Box<dyn Future<Output = Result<()>> + Send + 'async_trait>>
where Self: 'async_trait, 'life0: 'async_trait,

Implementors§