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

Method deref

tangle/src/node.rs:695–697  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

693impl Deref for Node {
694 type Target = Rc<NodeCell>;
695 fn deref(&self) -> &<Self as Deref>::Target {
696 &self.variant
697 }
698}
699use core::ops::DerefMut;
700impl DerefMut for Node {

Callers 1

as_variantMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected