pub fn callable_item_sig(db: &dyn HirDatabase, def: CallableDefId) -> PolyFnSig
Expand description

Build the signature of a callable item (function, struct or enum variant).