Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devashishdxt/cli-table
/ justify
Method
justify
cli-table-derive/src/context/fields.rs:232–235 ·
view source on GitHub ↗
(&mut self, justify: Expr)
Source
from the content-addressed store, hash-verified
230
}
231
232
fn justify(&mut self, justify: Expr) -> &mut Self {
233
self.justify = Some(justify);
234
self
235
}
236
237
fn align(&mut self, align: Expr) -> &mut Self {
238
self.align = Some(align);
Callers
1
new
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected