pub fn expect_start_array(
    token_result: Option<Result<Token<'_>, Error>>
) -> Result<(), Error>
Expand description

Expects a Token::StartArray token and returns an error if it’s not present.