pub type TokenReaderResult<T> = Result<T, TokenReaderError>;
Expand description

Result type bound with TokenReaderError.