pub type NetworksWatchPropertiesResult = Result<(), WatchError>;Aliased Type§
pub enum NetworksWatchPropertiesResult {
Ok(()),
Err(WatchError),
}pub type NetworksWatchPropertiesResult = Result<(), WatchError>;pub enum NetworksWatchPropertiesResult {
Ok(()),
Err(WatchError),
}