Skip to main content

IntoFormatter

Trait IntoFormatter 

Source
pub trait IntoFormatter {
    type C: AstFormatter;

    // Required method
    fn into_fmt(self) -> Self::C;
}

Required Associated Types§

Required Methods§

Source

fn into_fmt(self) -> Self::C

Implementors§