pub struct ElmParser;Expand description
Parser for elm.json files.
dependencies.direct (or dependencies in package form) → Normal.
test-dependencies.* → Dev.
dependencies.indirect is skipped (transitive, not declared by this project).
Trait Implementations§
Source§impl ManifestParser for ElmParser
impl ManifestParser for ElmParser
Auto Trait Implementations§
impl Freeze for ElmParser
impl RefUnwindSafe for ElmParser
impl Send for ElmParser
impl Sync for ElmParser
impl Unpin for ElmParser
impl UnsafeUnpin for ElmParser
impl UnwindSafe for ElmParser
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