Trait bones_framework::networking::input::DenseInput
source · pub trait DenseInput: Pod + Zeroable + Copy + Clone + PartialEq + Eq + Send + Sync { }
Expand description
Dense input for network replication.
Object Safety§
This trait is not object safe.