MCPcopy Create free account
hub / github.com/devashishdxt/cli-table / Cell

Interface Cell

cli-table/src/cell.rs:142–145  ·  view source on GitHub ↗

Trait to convert raw types into cells

Source from the content-addressed store, hash-verified

140
141/// Trait to convert raw types into cells
142pub trait Cell {
143 /// Converts raw type to cell of a table
144 fn cell(self) -> CellStruct;
145}
146
147impl<T> Cell for T
148where

Callers

nothing calls this directly

Implementers 1

cell.rscli-table/src/cell.rs

Calls

no outgoing calls

Tested by

no test coverage detected