Returns this function's [`HigherOrderSignature`].
(&self)
| 929 | |
| 930 | /// Returns this function's [`HigherOrderSignature`]. |
| 931 | pub fn signature(&self) -> &HigherOrderSignature { |
| 932 | self.inner.signature() |
| 933 | } |
| 934 | |
| 935 | /// Returns the parameters of all lambdas of this function for the current step. |
| 936 | /// |
no outgoing calls
no test coverage detected