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