pub enum StepExit {
Error((PreprocessorError, Location)),
Continue,
Finished,
}Variants§
Trait Implementations§
impl StructuralPartialEq for StepExit
Auto Trait Implementations§
impl Freeze for StepExit
impl RefUnwindSafe for StepExit
impl Send for StepExit
impl Sync for StepExit
impl Unpin for StepExit
impl UnwindSafe for StepExit
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