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