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

Interface Table

cli-table/src/table.rs:192–195  ·  view source on GitHub ↗

Trait to convert raw type into table

Source from the content-addressed store, hash-verified

190
191/// Trait to convert raw type into table
192pub trait Table {
193 /// Converts raw type to a table
194 fn table(self) -> TableStruct;
195}
196
197impl<T, R> Table for T
198where

Callers

nothing calls this directly

Implementers 1

table.rscli-table/src/table.rs

Calls

no outgoing calls

Tested by

no test coverage detected