pub struct IndexPreprocessor;
Expand description
A preprocessor for converting file name README.md
to index.md
since
README.md
is the de facto index file in markdown-based documentation.
Implementations§
Trait Implementations§
Source§impl Default for IndexPreprocessor
impl Default for IndexPreprocessor
Source§fn default() -> IndexPreprocessor
fn default() -> IndexPreprocessor
Returns the “default value” for a type. Read more
Source§impl Preprocessor for IndexPreprocessor
impl Preprocessor for IndexPreprocessor
Auto Trait Implementations§
impl Freeze for IndexPreprocessor
impl RefUnwindSafe for IndexPreprocessor
impl Send for IndexPreprocessor
impl Sync for IndexPreprocessor
impl Unpin for IndexPreprocessor
impl UnwindSafe for IndexPreprocessor
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