rpc.macros
package rpc.macros
Members list
Type members
Classlikes
class RPCMethod[Q <: Quotes](using val quotes: Q)(val parentTypeRepr: quotes.reflect.TypeRepr, val symbol: quotes.reflect.Symbol)
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object RPCMethod
object experimental
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
experimental.type
Value members
Concrete methods
def makeClientImpl[Service : Type](clientExpr: Expr[RpcClient.type])(implicit evidence$1: Type[Service], Quotes): Expr[Service]
In this article