Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
693
impl Deref for Node {
694
type Target = Rc<NodeCell>;
695
fn deref(&self) -> &<Self as Deref>::Target {
696
&self.variant
697
}
698
}
699
use core::ops::DerefMut;
700
impl DerefMut for Node {
Callers
1
as_variant
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected