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

Method color

cli-table-derive/src/context/fields.rs:242–245  ·  view source on GitHub ↗
(&mut self, color: Expr)

Source from the content-addressed store, hash-verified

240 }
241
242 fn color(&mut self, color: Expr) -> &mut Self {
243 self.color = Some(color);
244 self
245 }
246
247 fn bold(&mut self, bold: LitBool) -> &mut Self {
248 self.bold = Some(bold);

Callers 1

newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected