Skip to main content

PropertyWatcherWatchResult

Type Alias PropertyWatcherWatchResult 

Source
pub type PropertyWatcherWatchResult = Result<PropertyUpdate, PropertyWatcherError>;

Aliased Type§

pub enum PropertyWatcherWatchResult {
    Ok(PropertyUpdate),
    Err(PropertyWatcherError),
}

Variants§

§1.0.0

Ok(PropertyUpdate)

Contains the success value

§1.0.0

Err(PropertyWatcherError)

Contains the error value