Skip to main content

InterruptAttributorProxyInterface

Trait InterruptAttributorProxyInterface 

Source
pub trait InterruptAttributorProxyInterface: Send + Sync {
    type GetInterruptInfoResponseFut: Future<Output = Result<InterruptAttributorGetInterruptInfoResult, Error>> + Send;

    // Required method
    fn get_interrupt_info(
        &self,
        payload: &InterruptAttributorGetInterruptInfoRequest,
    ) -> Self::GetInterruptInfoResponseFut;
}

Required Associated Types§

Required Methods§

Implementors§