[][src]Module subparse::errors

Error-chain generated error types.

Modules

idx_errors

.idx-parser-specific errors

mdvd_errors

.sub(MicroDVD)-parser-specific errors

srt_errors

.srt-parser-specific errors

ssa_errors

.ssa-parser-specific errors

vob_errors

.sub VobSub-parser-specific errors

Structs

Error

The Error type.

Enums

ErrorKind

The kind of an error.

Traits

ResultExt

Additional methods for Result, for easy interaction with this crate.

Type Definitions

Result

Convenient wrapper around std::Result.