pub struct CargoParser;Expand description
Parser for Cargo.toml manifests implementing the deps-core traits.
Trait Implementations§
Source§impl ManifestParser for CargoParser
impl ManifestParser for CargoParser
Source§type Dependency = ParsedDependency
type Dependency = ParsedDependency
Parsed dependency type for this ecosystem.
Source§type ParseResult = ParseResult
type ParseResult = ParseResult
Parse result containing dependencies and optional workspace information.
Auto Trait Implementations§
impl Freeze for CargoParser
impl RefUnwindSafe for CargoParser
impl Send for CargoParser
impl Sync for CargoParser
impl Unpin for CargoParser
impl UnwindSafe for CargoParser
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