Skip to main content

NetworksWatchPropertiesResult

Type Alias NetworksWatchPropertiesResult 

Source
pub type NetworksWatchPropertiesResult = Result<(), WatchError>;

Aliased Type§

pub enum NetworksWatchPropertiesResult {
    Ok(()),
    Err(WatchError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(WatchError)

Contains the error value