MCPcopy 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
41pub trait GetRef<'a, Output>
42where
43 Output: 'a,
44{
45 fn get_ref(&'a self) -> Output;
46}
47
48pub trait GetMut<'a, Output>
49where

Callers

nothing calls this directly

Implementers 1

mod.rsflow-message/src/cross/data/mod.rs

Calls

no outgoing calls

Tested by

no test coverage detected