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

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§