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.

Implementors§

§

impl<T> DenseInput for T
where T: Pod + Zeroable + Copy + Clone + PartialEq + Eq + Send + Sync,

Automatic implementation for DenseInput.