Trait charon_lib::pretty::formatter::IntoFormatter
source · pub trait IntoFormatter {
type C: AstFormatter;
// Required method
fn into_fmt(self) -> Self::C;
}
pub trait IntoFormatter {
type C: AstFormatter;
// Required method
fn into_fmt(self) -> Self::C;
}