pub struct TemplatesPreprocessor;Implementations§
Source§impl TemplatesPreprocessor
impl TemplatesPreprocessor
pub fn new() -> TemplatesPreprocessor
pub fn supports_renderer(&self, renderer: &str) -> bool
Trait Implementations§
Source§impl Preprocessor for TemplatesPreprocessor
impl Preprocessor for TemplatesPreprocessor
Auto Trait Implementations§
impl Freeze for TemplatesPreprocessor
impl RefUnwindSafe for TemplatesPreprocessor
impl Send for TemplatesPreprocessor
impl Sync for TemplatesPreprocessor
impl Unpin for TemplatesPreprocessor
impl UnwindSafe for TemplatesPreprocessor
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