pub trait TimeSourceProxyInterface: Send + Sync {
// Required method
fn update_device_properties(
&self,
properties: &Properties,
) -> Result<(), Error>;
}
pub trait TimeSourceProxyInterface: Send + Sync {
// Required method
fn update_device_properties(
&self,
properties: &Properties,
) -> Result<(), Error>;
}