Searched refs:parse_key_path (Results 1 – 2 of 2) sorted by relevance
43 pub(crate) fn parse_key_path(raw: &str) -> Result<Vec<crate::Key>, TomlError> { in parse_key_path() function
177 let mut keys = crate::parser::parse_key_path(s)?; in try_parse_path()