MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / align

Method align

atomic-cli/src/output/table.rs:149–152  ·  view source on GitHub ↗

Set the alignment for this column. # Arguments `alignment` - The alignment to use # Returns Self for method chaining.

(mut self, alignment: Alignment)

Source from the content-addressed store, hash-verified

147 ///
148 /// Self for method chaining.
149 pub fn align(mut self, alignment: Alignment) -> Self {
150 self.alignment = alignment;
151 self
152 }
153
154 /// Set the minimum width for this column.
155 ///

Callers 1

test_column_builderFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_column_builderFunction · 0.64