Type Definition Result
av_codec::error
type Result<T> = Result<T, Error>;
A specialised Result type for coding operations.
Result