All Downloads are FREE. Search and download functionalities are using the official Maven repository.

izumi.idealingua.runtime.rpc.IRTMethodSignature.scala Maven / Gradle / Ivy

The newest version!
package izumi.idealingua.runtime.rpc

trait IRTMethodSignature {
  type Input <: Product
  type Output <: Product

  def id: IRTMethodId
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy