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

Interface Row

cli-table/src/row.rs:83–86  ·  view source on GitHub ↗

Trait to convert raw types into rows

Source from the content-addressed store, hash-verified

81
82/// Trait to convert raw types into rows
83pub trait Row {
84 /// Converts raw type to rows of a table
85 fn row(self) -> RowStruct;
86}
87
88impl<T, C> Row for T
89where

Callers

nothing calls this directly

Implementers 1

row.rscli-table/src/row.rs

Calls

no outgoing calls

Tested by

no test coverage detected