Type Definition mp4parse::Result[][src]

pub type Result<T, E = Error> = Result<T, E>;
Expand description

Result shorthand using our Error enum.