[][src]Type Definition opus_headers::Result

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

A specialized Result type for the fallible functions.