pub struct NpmParser;Expand description
Parser for package.json files.
Trait Implementations§
Source§impl ManifestParser for NpmParser
impl ManifestParser for NpmParser
Auto Trait Implementations§
impl Freeze for NpmParser
impl RefUnwindSafe for NpmParser
impl Send for NpmParser
impl Sync for NpmParser
impl Unpin for NpmParser
impl UnsafeUnpin for NpmParser
impl UnwindSafe for NpmParser
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