pub fn inout_sig( inputs: impl Into<TypeRow>, outputs: impl Into<TypeRow>, ) -> Signature
Return a FunctionType with the specified input and output types.
FunctionType