fidl_fuchsia_component

Trait ChildIteratorProxyInterface

Source
pub trait ChildIteratorProxyInterface: Send + Sync {
    type NextResponseFut: Future<Output = Result<Vec<ChildRef>, Error>> + Send;

    // Required method
    fn next(&self) -> Self::NextResponseFut;
}

Required Associated Types§

Source

type NextResponseFut: Future<Output = Result<Vec<ChildRef>, Error>> + Send

Required Methods§

Source

fn next(&self) -> Self::NextResponseFut

Implementors§