Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chc4/lineiform
/ RefEquality
Class
RefEquality
tangle/src/select.rs:109–109 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
108
#[derive(Clone)]
109
pub struct RefEquality<T: Sized>(T) where RefEquality<Rc<T>>: PartialEq;
110
111
impl<T: ?Sized> std::hash::Hash for RefEquality<Rc<T>> {
112
fn hash<H>(&self, state: &mut H)
Callers
1
run
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected