[][src]Type Definition mp4parse::Result

type Result<T, E = Error> = Result<T, E>;

Result shorthand using our Error enum.