pub struct Obsidian;
Expand description
The Obsidian preprocessor.
Implementations§
Trait Implementations§
Source§impl Preprocessor for Obsidian
impl Preprocessor for Obsidian
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 Obsidian
impl RefUnwindSafe for Obsidian
impl Send for Obsidian
impl Sync for Obsidian
impl Unpin for Obsidian
impl UnwindSafe for Obsidian
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