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