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