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