Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegFlow
/ GetRef
Interface
GetRef
flow-message/src/cross/data/mod.rs:41–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
pub trait GetRef<'a, Output>
42
where
43
Output: 'a,
44
{
45
fn get_ref(&'a self) -> Output;
46
}
47
48
pub trait GetMut<'a, Output>
49
where
Callers
nothing calls this directly
Implementers
1
mod.rs
flow-message/src/cross/data/mod.rs
Calls
no outgoing calls
Tested by
no test coverage detected