Trait naia_shared::ProtocolInserter
source · [−]pub trait ProtocolInserter<P: ProtocolType, N> {
fn insert<R: ReplicateSafe<P>>(&mut self, entity: &N, component: R);
}pub trait ProtocolInserter<P: ProtocolType, N> {
fn insert<R: ReplicateSafe<P>>(&mut self, entity: &N, component: R);
}