Type Definition cmudict_fast::ParseResult[][src]

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

Shortcut for Result<T, errors::ParseError>