pub trait CellType: Default + Clone + PartialEq { }
Expand description

A trait to constrain cells

Implementations on Foreign Types

Implementors