fidl_fuchsia_sys2

Trait ManifestBytesIteratorProxyInterface

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

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

Required Associated Types§

Source

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

Required Methods§

Source

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

Implementors§