pub type PhySetTxPowerScenarioResult = Result<(), PhyError>;
pub enum PhySetTxPowerScenarioResult { Ok(()), Err(PhyError), }
Contains the success value
Contains the error value