Type Alias NetworksWatchPropertiesResult

Source
pub type NetworksWatchPropertiesResult = Result<Vec<PropertyUpdate>, WatchError>;

Aliased Type§

pub enum NetworksWatchPropertiesResult {
    Ok(Vec<PropertyUpdate>),
    Err(WatchError),
}

Variants§

§1.0.0

Ok(Vec<PropertyUpdate>)

Contains the success value

§1.0.0

Err(WatchError)

Contains the error value