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