pub trait WatchedValue: WatchedValueCore<'static, DefaultOwner> {
// Required method
fn get_auto(self) -> Self::Value;
}pub trait WatchedValue: WatchedValueCore<'static, DefaultOwner> {
// Required method
fn get_auto(self) -> Self::Value;
}