WatchedValue

Trait WatchedValue 

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

Required Methods§

Source

fn get_auto(self) -> Self::Value

Implementors§

Source§

impl<W> WatchedValue for W
where W: WatchedValueCore<'static, DefaultOwner>,