Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devashishdxt/cli-table
/ with_title
Method
with_title
cli-table/src/title.rs:29–33 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
27
&'a R: Row,
28
{
29
fn with_title(self) -> TableStruct {
30
let table = self.table();
31
let title = R::title();
32
table.title(title)
33
}
34
}
Callers
2
main
Function · 0.80
main
Function · 0.80
Calls
3
title
Function · 0.85
table
Method · 0.80
title
Method · 0.45
Tested by
no test coverage detected