Function rustfmt_nightly::expr::rewrite_call
source · pub(crate) fn rewrite_call(
context: &RewriteContext<'_>,
callee: &str,
args: &[P<Expr>],
span: Span,
shape: Shape
) -> Option<String>
pub(crate) fn rewrite_call(
context: &RewriteContext<'_>,
callee: &str,
args: &[P<Expr>],
span: Span,
shape: Shape
) -> Option<String>