pub fn parse(content: &str) -> Result<SystemdIni, ParseError>Expand description
Parses a given string as a systemd INI file.
The expected format is as described in XDG Desktop Entry
Specification
and systemd.syntax(7).
pub fn parse(content: &str) -> Result<SystemdIni, ParseError>Parses a given string as a systemd INI file.
The expected format is as described in XDG Desktop Entry
Specification
and systemd.syntax(7).