pub trait Replicate<P: Protocolize>: ReplicateSafe<P> + Clone { }
Expand description

A struct that implements Replicate is a Message/Component, or otherwise, a container of Properties that can be scoped, tracked, and synced, with a remote host

Implementors