MCPcopy 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)]
109pub struct RefEquality<T: Sized>(T) where RefEquality<Rc<T>>: PartialEq;
110
111impl<T: ?Sized> std::hash::Hash for RefEquality<Rc<T>> {
112 fn hash<H>(&self, state: &mut H)

Callers 1

runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected