Skip to main content

Printer

Trait Printer 

Source
pub trait Printer:
    Sized
    + PrettyAst<Span>
    + Default
    + HasLinkedItemGraph {
    const NAME: &'static str = _;
}
Expand description

A printer defines a list of resugaring phases.

Provided Associated Constants§

Source

const NAME: &'static str = _

The name of the printer

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§