Type Definition x264::Result

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

A specialized Result type for video encoding operations.