MCPcopy Create free account
hub / github.com/devashishdxt/cli-table / customize_fn

Method customize_fn

cli-table-derive/src/context/fields.rs:262–265  ·  view source on GitHub ↗
(&mut self, customize_fn: Ident)

Source from the content-addressed store, hash-verified

260 }
261
262 fn customize_fn(&mut self, customize_fn: Ident) -> &mut Self {
263 self.customize_fn = Some(customize_fn);
264 self
265 }
266
267 fn build(self) -> Field {
268 let ident = self.ident;

Callers 1

newMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected