Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ Id
Class
Id
crates/core/src/slab.rs:144–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
#[derive(Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
143
#[repr(transparent)]
144
pub struct Id(EntryIndex);
145
146
impl fmt::Debug for Id {
147
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
Callers
5
try_alloc
Method · 0.70
next_id
Method · 0.70
iter
Method · 0.70
iter_mut
Method · 0.70
drain
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected