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

Interface IndexGetMut

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

Source from the content-addressed store, hash-verified

56}
57
58pub trait IndexGetMut<'a, Idx, Output>
59where
60 Idx: ?Sized,
61 Output: 'a,
62{
63 fn xget_mut(&'a mut self, i: &Idx) -> Option<Output>;
64}
65
66#[doc(hidden)]
67mod private {

Callers

nothing calls this directly

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected