[][src]Trait tablers::ToCell

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

Required methods

fn to_cell(&self) -> Cell

Loading content...

Implementors

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

Loading content...