pipeline::etl::processor

Function yaml_parse_strings

source
pub(crate) fn yaml_parse_strings<T>(v: &Yaml, field: &str) -> Result<Vec<T>>
where T: FromStr, T::Err: Error + Send + Sync + 'static,