pub trait MacroFormat {
    fn macro_fmt(&self) -> String;
}

Required Methods

Implementations on Foreign Types

Implementors