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