Function aws_smithy_http::header::read_many_from_str

source ยท
pub fn read_many_from_str<'a, T: FromStr>(
    values: impl Iterator<Item = &'a str>,
) -> Result<Vec<T>, ParseError>
where T::Err: Error + Send + Sync + 'static,
Expand description

Convert a HeaderValue into a Vec<T> where T: FromStr