pub struct BashTutorial;
Expand description
A no-op preprocessor.
Implementations§
Source§impl BashTutorial
impl BashTutorial
pub fn new() -> BashTutorial
Trait Implementations§
Source§impl Preprocessor for BashTutorial
impl Preprocessor for BashTutorial
Auto Trait Implementations§
impl Freeze for BashTutorial
impl RefUnwindSafe for BashTutorial
impl Send for BashTutorial
impl Sync for BashTutorial
impl Unpin for BashTutorial
impl UnwindSafe for BashTutorial
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