pub type DeviceSetNodesBandwidthResult = Result<Vec<AggregatedBandwidth>, i32>;
Aliased Type§
pub enum DeviceSetNodesBandwidthResult {
Ok(Vec<AggregatedBandwidth>),
Err(i32),
}
pub type DeviceSetNodesBandwidthResult = Result<Vec<AggregatedBandwidth>, i32>;
pub enum DeviceSetNodesBandwidthResult {
Ok(Vec<AggregatedBandwidth>),
Err(i32),
}