pub struct ConanTxtParser;Expand description
Parser for conanfile.txt (Conan v1 INI format).
Extracts [requires] section entries of the form pkg/version[@user/channel].
Trait Implementations§
Source§impl ManifestParser for ConanTxtParser
impl ManifestParser for ConanTxtParser
Auto Trait Implementations§
impl Freeze for ConanTxtParser
impl RefUnwindSafe for ConanTxtParser
impl Send for ConanTxtParser
impl Sync for ConanTxtParser
impl Unpin for ConanTxtParser
impl UnsafeUnpin for ConanTxtParser
impl UnwindSafe for ConanTxtParser
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