Trait remoc::rtc::ServerBase

source ·
pub trait ServerBase {
    type Client: Client;
}
Available on crate feature rtc only.
Expand description

Base trait shared between all server variants of a remotable trait.

Required Associated Types§

source

type Client: Client

The client type, which can be sent to a remote endpoint.

Implementors§