MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / IndexSetData

Interface IndexSetData

flow-message/src/cross/mod.rs:69–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67mod private {
68 use super::*;
69 pub trait IndexSetData<Idx> {
70 fn set(&mut self, key: Idx, value: data::Data);
71 }
72 pub trait IndexGetDataRefForGet<Idx>
73 where
74 Idx: ?Sized,

Callers

nothing calls this directly

Implementers 3

cow_map.rsflow-message/src/cross/cow_map.rs
cow_list.rsflow-message/src/cross/cow_list.rs
map.rsflow-message/src/cross/map.rs

Calls

no outgoing calls

Tested by

no test coverage detected