Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devashishdxt/cli-table
/ crate_name
Method
crate_name
cli-table-derive/src/context/container.rs:56–59 ·
view source on GitHub ↗
(&mut self, crate_name: Path)
Source
from the content-addressed store, hash-verified
54
}
55
56
pub fn crate_name(&mut self, crate_name: Path) -> &mut Self {
57
self.crate_name = Some(crate_name);
58
self
59
}
60
61
pub fn build(self) -> Container<'a> {
62
Container {
Callers
1
new
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected