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