pub fn to_pretty<T: AstInfo>(
stmt: &Statement<T>,
config: PrettyConfig,
) -> String
Expand description
Pretty prints a statement at a width.
pub fn to_pretty<T: AstInfo>(
stmt: &Statement<T>,
config: PrettyConfig,
) -> String
Pretty prints a statement at a width.