fidl_fuchsia_net_neighbor

Trait ViewProxyInterface

Source
pub trait ViewProxyInterface: Send + Sync {
    // Required method
    fn open_entry_iterator(
        &self,
        it: ServerEnd<EntryIteratorMarker>,
        options: &EntryIteratorOptions,
    ) -> Result<(), Error>;
}

Required Methods§

Source

fn open_entry_iterator( &self, it: ServerEnd<EntryIteratorMarker>, options: &EntryIteratorOptions, ) -> Result<(), Error>

Implementors§