Function pipeline::etl::processor::yaml_parse_string

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