Function aws_smithy_json::deserialize::token::expect_number_or_null
source · pub fn expect_number_or_null(
token: Option<Result<Token<'_>, Error>>
) -> Result<Option<Number>, Error>Expand description
Expects a Token::ValueString, Token::ValueNumber or Token::ValueNull.
If the value is a string, it MUST be Infinity, -Infinity or Nan.
If the value is a number, it is returned directly