pub struct ConanPyParser;Expand description
Parser for conanfile.py (Conan Python file, heuristic).
Extracts deps from:
requires = ["pkg/1.0", ...]list literalself.requires("pkg/1.0")calls
Trait Implementations§
Source§impl ManifestParser for ConanPyParser
impl ManifestParser for ConanPyParser
Auto Trait Implementations§
impl Freeze for ConanPyParser
impl RefUnwindSafe for ConanPyParser
impl Send for ConanPyParser
impl Sync for ConanPyParser
impl Unpin for ConanPyParser
impl UnsafeUnpin for ConanPyParser
impl UnwindSafe for ConanPyParser
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