Struct cannyls_rpc::Server[][src]

pub struct Server { /* fields omitted */ }

RPCサーバ.

Methods

impl Server
[src]

指定されたレジストリを操作するための、新しいRPCサーバインスタンスを生成する.

RPCサーバを登録して、利用可能な状態にする.

Trait Implementations

impl Debug for Server
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Server

impl Sync for Server