pub fn concrete_function_signature(
    db: &dyn SemanticGroup,
    function_id: FunctionId
) -> Maybe<Signature>
Expand description