toml_
edit
0.22.24
In toml_
edit::
parser
Modules
array
datetime
document
error
inline_table
key
numbers
prelude
state
strings
table
trivia
value
Functions
parse_document
parse_key
parse_key_path
parse_value
toml_edit
::
parser
Function
parse_document
Copy item path
Settings
Help
Summary
Source
pub(crate) fn parse_document<S:
AsRef
<
str
>>( raw: S, ) ->
Result
<
ImDocument
<S>,
TomlError
>