pub struct TomlParser;Expand description
Parser for TOML files (Cargo.toml, pyproject.toml, etc.).
Implementations§
Source§impl TomlParser
impl TomlParser
Trait Implementations§
Source§impl ContentParser for TomlParser
impl ContentParser for TomlParser
Auto Trait Implementations§
impl Freeze for TomlParser
impl RefUnwindSafe for TomlParser
impl Send for TomlParser
impl Sync for TomlParser
impl Unpin for TomlParser
impl UnwindSafe for TomlParser
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