pub fn parse_string_vfs<'a>( input: &str, base_dir: impl Into<VfsPath>, parameters: impl Iterator<Item = &'a str>, ) -> Result<String, Error>
vfs