pub trait ToCell: ToCellSealed { // Required method fn to_cell(self) -> Vec<u8> ⓘ; }
Trait used to encode strings as cells in a NELF list.
Already implemented for the most commonly used types, sealed.
Encodes the value as a NELF cell.