toml_edit::parser

Function parse_document

source
pub(crate) fn parse_document<S: AsRef<str>>(
    raw: S,
) -> Result<ImDocument<S>, TomlError>