pub struct LeinParser;Expand description
Parser for project.clj files (Leiningen/Clojars).
Trait Implementations§
Source§impl ManifestParser for LeinParser
impl ManifestParser for LeinParser
Auto Trait Implementations§
impl Freeze for LeinParser
impl RefUnwindSafe for LeinParser
impl Send for LeinParser
impl Sync for LeinParser
impl Unpin for LeinParser
impl UnsafeUnpin for LeinParser
impl UnwindSafe for LeinParser
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