fidl_fuchsia_driver_test

Trait DriverListsProxyInterface

Source
pub trait DriverListsProxyInterface: Send + Sync {
    type GetDriverListsResponseFut: Future<Output = Result<DriverListsGetDriverListsResult, Error>> + Send;

    // Required method
    fn get_driver_lists(&self) -> Self::GetDriverListsResponseFut;
}

Required Associated Types§

Required Methods§

Implementors§