pub async fn execute_action(
action: PacManagerAction,
pacmanager: PacManager,
) -> Result<Child, PacManagerError>Expand description
Executes the specified action.
Returns a Child object to the pacmanager’s process.
pub async fn execute_action(
action: PacManagerAction,
pacmanager: PacManager,
) -> Result<Child, PacManagerError>Executes the specified action.
Returns a Child object to the pacmanager’s process.