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