pub struct FlakeParser;Expand description
Heuristic parser for flake.nix files.
Trait Implementations§
Source§impl ManifestParser for FlakeParser
impl ManifestParser for FlakeParser
Auto Trait Implementations§
impl Freeze for FlakeParser
impl RefUnwindSafe for FlakeParser
impl Send for FlakeParser
impl Sync for FlakeParser
impl Unpin for FlakeParser
impl UnsafeUnpin for FlakeParser
impl UnwindSafe for FlakeParser
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