Skip to main content

callable_item_signature

Function callable_item_signature 

Source
pub(crate) fn callable_item_signature<'db>(
    db: &'db dyn HirDatabase,
    def: CallableDefId,
) -> EarlyBinder<'db, PolyFnSig<'db>>
Expand description

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