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

Method build

cli-table-derive/src/context/container.rs:61–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

59 }
60
61 pub fn build(self) -> Container<'a> {
62 Container {
63 crate_name: self
64 .crate_name
65 .unwrap_or_else(|| syn::parse2(quote!(::cli_table)).unwrap()),
66 name: self.name,
67 }
68 }
69}

Callers 1

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected