[][src]Trait tablers::ToCell

pub trait ToCell {
    pub fn to_cell(&self) -> Cell;
}

Required methods

pub fn to_cell(&self) -> Cell[src]

Loading content...

Implementors

impl<T> ToCell for T where
    T: Display + Debug
[src]

Loading content...