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

Method row

cli-table/src/table.rs:417–420  ·  view source on GitHub ↗

Set column separators of a table

(mut self, row: Option<HorizontalLine>)

Source from the content-addressed store, hash-verified

415
416 /// Set column separators of a table
417 pub fn row(mut self, row: Option<HorizontalLine>) -> Self {
418 self.0.row = row;
419 self
420 }
421
422 /// Set title of a table
423 ///

Callers 2

titleMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected