Function cargo::util::toml::parse_document

source ·
pub fn parse_document(
    toml: &str,
    _file: &Path,
    _config: &Config
) -> CargoResult<Table>