fidl_fuchsia_driver_development

Trait DriverInfoIteratorProxyInterface

Source
pub trait DriverInfoIteratorProxyInterface: Send + Sync {
    type GetNextResponseFut: Future<Output = Result<Vec<DriverInfo>, Error>> + Send;

    // Required method
    fn get_next(&self) -> Self::GetNextResponseFut;
}

Required Associated Types§

Source

type GetNextResponseFut: Future<Output = Result<Vec<DriverInfo>, Error>> + Send

Required Methods§

Implementors§