pub trait StateProxyInterface: Send + Sync {
// Required method
fn get_watcher(
&self,
options: &WatcherOptions,
request: ServerEnd<WatcherMarker>,
) -> Result<(), Error>;
}
pub trait StateProxyInterface: Send + Sync {
// Required method
fn get_watcher(
&self,
options: &WatcherOptions,
request: ServerEnd<WatcherMarker>,
) -> Result<(), Error>;
}