pub type NullResult = Result<()>;
None or error
pub enum NullResult { Ok(()), Err(CodexGitError), }
Contains the success value
Contains the error value