fidl_fuchsia_testing_sl4f

Trait FacadeIteratorProxyInterface

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

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

Required Associated Types§

Required Methods§

Implementors§