pub struct IniParser;Expand description
The parser for the INI file format using Pest.
This parser is responsible for parsing the entire INI file, including sections, key-value pairs, and nested sections. It uses Pest’s PEG grammar to process the
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IniParser
impl RefUnwindSafe for IniParser
impl Send for IniParser
impl Sync for IniParser
impl Unpin for IniParser
impl UnwindSafe for IniParser
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more