logo

Trait bastion::io::HandleOpRegisterer[][src]

pub trait HandleOpRegisterer {
    fn read_registerer(
        &self
    ) -> Arc<TTas<Option<Pin<Box<dyn Future<Output = Result<usize, Error>> + 'static, Global>>>>>;
fn write_registerer(
        &self
    ) -> Arc<TTas<Option<Pin<Box<dyn Future<Output = Result<usize, Error>> + 'static, Global>>>>>; }
Expand description

Operation registrar for Proactive IO, represents the outer ring that will send & receive submissions and completions respectively.

Required methods

Implementors