Module rustbus::connection::rpc_conn[][src]

The connection stuff you probably want to use. Conn is the lowlevel abstraction RpcConn is the higher level wrapper with convenience functions over the Conn struct.

Structs

RpcConn

Convenience wrapper around the lowlevel connection

Type Definitions

MessageFilter

Filter out messages you dont want in your RpcConn. If this filters out a call, the RpcConn will send a UnknownMethod error to the caller. Other messages are just dropped if the filter returns false.