Trait calamine::CellType

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

A trait to constrain cells

Implementations on Foreign Types§

source§

impl CellType for String

source§

impl CellType for usize

Implementors§