Function parse_operator

Source
pub fn parse_operator(s: &str) -> Result<(String, PathBuf), String>
Expand description

Parse an operator mapping in the format name=path or just name. If only name is provided, the path defaults to the name itself.