Type Definition sqa_ffmpeg::errors::MediaResult []

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

Convenient wrapper around std::Result.