pub struct GitBook;
Expand description
The GitBook preprocessor.
Implementations§
Trait Implementations§
Source§impl Preprocessor for GitBook
impl Preprocessor for GitBook
Source§fn supports_renderer(&self, renderer: &str) -> bool
fn supports_renderer(&self, renderer: &str) -> bool
Check whether we support the specified renderer
Auto Trait Implementations§
impl Freeze for GitBook
impl RefUnwindSafe for GitBook
impl Send for GitBook
impl Sync for GitBook
impl Unpin for GitBook
impl UnwindSafe for GitBook
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