Function charon_lib::pretty::fmt_with_ctx::fmt_call
source · pub fn fmt_call<C>(ctx: &C, call: &Call) -> (String, Option<String>)where
C: AstFormatter,
Expand description
Format a function call. We return the pair: (function call, comment)