MCPcopy Create free account
hub / github.com/chc4/lineiform / deref_mut

Method deref_mut

tangle/src/node.rs:701–703  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

699use core::ops::DerefMut;
700impl DerefMut for Node {
701 fn deref_mut(&mut self) -> &mut <Self as Deref>::Target {
702 &mut self.variant
703 }
704}
705
706impl Node {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected