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