Function aws_smithy_json::deserialize::token::expect_start_array[][src]

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.