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