pub type PropertyWatcherWatchResult = Result<PropertyUpdate, PropertyWatcherError>;Aliased Type§
pub enum PropertyWatcherWatchResult {
Ok(PropertyUpdate),
Err(PropertyWatcherError),
}Variants§
Ok(PropertyUpdate)
Contains the success value
Err(PropertyWatcherError)
Contains the error value