pub struct TwigFormatter;Expand description
Twig 语言的格式化器
Implementations§
Source§impl TwigFormatter
impl TwigFormatter
pub fn format(&self, source: &SourceText, _indent: usize) -> String
Auto Trait Implementations§
impl Freeze for TwigFormatter
impl RefUnwindSafe for TwigFormatter
impl Send for TwigFormatter
impl Sync for TwigFormatter
impl Unpin for TwigFormatter
impl UnwindSafe for TwigFormatter
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