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

Method align

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

Source from the content-addressed store, hash-verified

235 }
236
237 fn align(&mut self, align: Expr) -> &mut Self {
238 self.align = Some(align);
239 self
240 }
241
242 fn color(&mut self, color: Expr) -> &mut Self {
243 self.color = Some(color);

Callers 1

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected