[−][src]Macro tinf::params
Parameter list syntax for tparm
.
For example, [Param(Int(1)), Param(Int(2)), Param(Str(b"hello"))]
can be replaced by params!(1, 2, b"hello")
.
Parameter list syntax for tparm
.
For example, [Param(Int(1)), Param(Int(2)), Param(Str(b"hello"))]
can be replaced by params!(1, 2, b"hello")
.