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