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

Required Methods

Implementors