fidl_fuchsia_pkg_rewrite

Trait RuleIteratorProxyInterface

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

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

Required Associated Types§

Source

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

Required Methods§

Source

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

Implementors§