pub type HandlerResult = Result<(), Error>;
Result type returned when parsing an mp4 file.
Result
pub enum HandlerResult { Ok(()), Err(Error), }
Contains the success value
Contains the error value