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

Interface IndexGetDataMut

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

Source from the content-addressed store, hash-verified

82 fn get_ref(&self, key: &'_ Idx) -> Option<&data::Data>;
83 }
84 pub trait IndexGetDataMut<Idx>
85 where
86 Idx: ?Sized,
87 {
88 fn get_mut(&mut self, key: &'_ Idx) -> Option<&mut data::Data>;
89 }
90
91 impl<Idx, T, U> IndexSet<Idx, U> for T
92 where

Callers

nothing calls this directly

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected