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