Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devashishdxt/cli-table
/ bold
Method
bold
cli-table-derive/src/context/fields.rs:247–250 ·
view source on GitHub ↗
(&mut self, bold: LitBool)
Source
from the content-addressed store, hash-verified
245
}
246
247
fn bold(&mut self, bold: LitBool) -> &mut Self {
248
self.bold = Some(bold);
249
self
250
}
251
252
fn order(&mut self, order: usize) -> &mut Self {
253
self.order = Some(order);
Callers
1
new
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected