Trait jumpy::prelude::input::DenseInput
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.