pub struct Templatizer { /* private fields */ }Implementations§
Source§impl Templatizer
impl Templatizer
pub fn new(ctx: *mut Context, cb: *const TemplatizerCallbacks) -> Self
pub fn exit(&self)
pub fn send_default_headers(&self)
pub fn add_filler_text(&self, s: &str) -> isize
pub fn add_control_flow(&self, b: isize) -> isize
Auto Trait Implementations§
impl Freeze for Templatizer
impl RefUnwindSafe for Templatizer
impl !Send for Templatizer
impl !Sync for Templatizer
impl Unpin for Templatizer
impl UnwindSafe for Templatizer
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