pub struct ExerciseIncludeProcessor { /* private fields */ }Expand description
A more sophisticated processor that handles inline exercise includes.
This allows syntax like:
Some introductory text...
{{#exercise path/to/exercise.md}}
Some concluding text...Implementations§
Auto Trait Implementations§
impl Freeze for ExerciseIncludeProcessor
impl RefUnwindSafe for ExerciseIncludeProcessor
impl Send for ExerciseIncludeProcessor
impl Sync for ExerciseIncludeProcessor
impl Unpin for ExerciseIncludeProcessor
impl UnwindSafe for ExerciseIncludeProcessor
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