pub struct TermlinkPreprocessor { /* private fields */ }Expand description
mdBook preprocessor that auto-links glossary terms throughout documentation.
Implementations§
Source§impl TermlinkPreprocessor
impl TermlinkPreprocessor
Sourcepub fn new(ctx: &PreprocessorContext) -> Result<Self>
pub fn new(ctx: &PreprocessorContext) -> Result<Self>
Creates a new preprocessor instance from the given context.
§Errors
Returns an error if the configuration in book.toml is invalid.
Trait Implementations§
Source§impl Debug for TermlinkPreprocessor
impl Debug for TermlinkPreprocessor
Source§impl Preprocessor for TermlinkPreprocessor
impl Preprocessor for TermlinkPreprocessor
Auto Trait Implementations§
impl Freeze for TermlinkPreprocessor
impl RefUnwindSafe for TermlinkPreprocessor
impl Send for TermlinkPreprocessor
impl Sync for TermlinkPreprocessor
impl Unpin for TermlinkPreprocessor
impl UnwindSafe for TermlinkPreprocessor
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