pub struct ZigCodeScanner { /* private fields */ }Expand description
Scanner for extracting Zig code from Rust source files
Implementations§
Auto Trait Implementations§
impl Freeze for ZigCodeScanner
impl RefUnwindSafe for ZigCodeScanner
impl Send for ZigCodeScanner
impl Sync for ZigCodeScanner
impl Unpin for ZigCodeScanner
impl UnwindSafe for ZigCodeScanner
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