pub trait DeviceExtraConnectorProxyInterface: Send + Sync {
// Required method
fn connect(
&self,
name: &str,
server_end: ServerEnd<DeviceExtraMarker>,
) -> Result<(), Error>;
}
pub trait DeviceExtraConnectorProxyInterface: Send + Sync {
// Required method
fn connect(
&self,
name: &str,
server_end: ServerEnd<DeviceExtraMarker>,
) -> Result<(), Error>;
}