pub type CandidatePtr<A> = Rc<RefCell<Candidate<A>>>;
Expand description

A pointer to a candidate struct with interior mutability.

Aliased Type§

struct CandidatePtr<A> { /* private fields */ }