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