pub struct PyprojectParser;Expand description
Parser for pyproject.toml files.
Supports both PEP 621 ([project.dependencies]) and
Poetry ([tool.poetry.dependencies]).
Trait Implementations§
Source§impl ManifestParser for PyprojectParser
impl ManifestParser for PyprojectParser
Auto Trait Implementations§
impl Freeze for PyprojectParser
impl RefUnwindSafe for PyprojectParser
impl Send for PyprojectParser
impl Sync for PyprojectParser
impl Unpin for PyprojectParser
impl UnsafeUnpin for PyprojectParser
impl UnwindSafe for PyprojectParser
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