Struct kodept_macros::analyzers::ast_formatter::ASTFormatter
source · pub struct ASTFormatter<W: Write> { /* private fields */ }Implementations§
Trait Implementations§
source§impl<W: Write> Analyzer for ASTFormatter<W>
impl<W: Write> Analyzer for ASTFormatter<W>
type Error = UnrecoverableError
type Node<'n> = &'n GenericASTNode
fn analyze<'n, 'c, C: Context<'c>>( &self, guard: RefVisitGuard<'_, Self::Node<'n>>, context: &mut C ) -> TraversingResult<Self::Error>
Auto Trait Implementations§
impl<W> !RefUnwindSafe for ASTFormatter<W>
impl<W> Send for ASTFormatter<W>where
W: Send,
impl<W> !Sync for ASTFormatter<W>
impl<W> Unpin for ASTFormatter<W>where
W: Unpin,
impl<W> UnwindSafe for ASTFormatter<W>where
W: UnwindSafe,
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