pub struct FullExercisesPreprocessor;Expand description
Preprocessor that supports both inline exercises and include syntax.
Implementations§
Trait Implementations§
Source§impl Default for FullExercisesPreprocessor
impl Default for FullExercisesPreprocessor
Source§impl Preprocessor for FullExercisesPreprocessor
impl Preprocessor for FullExercisesPreprocessor
Auto Trait Implementations§
impl Freeze for FullExercisesPreprocessor
impl RefUnwindSafe for FullExercisesPreprocessor
impl Send for FullExercisesPreprocessor
impl Sync for FullExercisesPreprocessor
impl Unpin for FullExercisesPreprocessor
impl UnwindSafe for FullExercisesPreprocessor
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