[][src]Trait calamine::CellType

pub trait CellType: Default + Clone + PartialEq { }

A trait to constrain cells

Implementors

impl<T: Default + Clone + PartialEq> CellType for T[src]

Loading content...