Function aws_sdk_rust::aws::common::xmlutil::optional_string_field
[−]
[src]
pub fn optional_string_field<T: Peek + Next>(
field_name: &str,
stack: &mut T
) -> Result<Option<String>, XmlParseError>
parse Some(String) if the next tag has the right name, otherwise None