toml_edit::parser

Function parse_key_path

source
pub(crate) fn parse_key_path(raw: &str) -> Result<Vec<Key>, TomlError>