[][src]Crate servant

Structs

Adapter
AdapterRegister
Context
GatewayProxy
Oid
ServantError
ServantRegister
Terminal

Traits

NotifyServant
ReportServant
Servant

Functions

accept_on

Type Definitions

ServantResult

Attribute Macros

invoke_interface

定义带返回值方法的接口,接口中可以有多个带返回值的方法。

query_interface

定义query接口,query接口实际上就是一个invoke接口。