Trait calamine::CellType

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

A trait to constrain cells

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl CellType for usize

source§

impl CellType for String

Implementors§