pub type LoadingResult = Result<(), Error>;
Alias for the result of the font load command
enum LoadingResult { Ok(()), Err(Error), }
Contains the success value
Contains the error value