Function rustfmt_nightly::expr::rewrite_literal

source ·
pub(crate) fn rewrite_literal(
    context: &RewriteContext<'_>,
    token_lit: Lit,
    span: Span,
    shape: Shape
) -> Option<String>