Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argumentcomputer/ix
/ anon_field_erases_value
Function
anon_field_erases_value
crates/kernel/src/mode.rs:332–336 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
330
>(
331
_val: T,
332
) {
333
}
334
335
fn meta_field_with<T, F>(_f: F)
336
where
337
T: MetaHash + MetaDisplay + PartialEq + Clone + Debug + Hash + Send + Sync,
338
F: FnOnce() -> T,
339
{
Callers
nothing calls this directly
Calls
1
mk_name
Function · 0.70
Tested by
no test coverage detected