Trait naia_shared::Replicate[][src]

pub trait Replicate<P: ProtocolType>: ReplicateSafe<P> {
    fn clone(&self) -> Self;
}
Expand description

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

Required methods

Returns a clone of self

Implementors