Skip to main content

MacroFormat

Trait MacroFormat 

Source
pub trait MacroFormat {
    // Required method
    fn macro_fmt(&self) -> String;
}

Required Methods§

Source

fn macro_fmt(&self) -> String

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl MacroFormat for LinkedList<LexOperator>

Implementors§