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