pub fn parse_document_raw(yaml_str: &str) -> Result<EtlDocument, Error>Expand description
Like parse_document but preserves the underlying serde_yaml error so
callers can recover a source position via serde_yaml::Error::location.
pub fn parse_document_raw(yaml_str: &str) -> Result<EtlDocument, Error>Like parse_document but preserves the underlying serde_yaml error so
callers can recover a source position via serde_yaml::Error::location.