pub struct IKunLinker<A: Analysis<IKun>> {
pub global_graph: EGraph<IKun, A>,
/* private fields */
}Expand description
Linker for merging multiple IKun E-Graphs and resolving cross-module references.
Fields§
§global_graph: EGraph<IKun, A>The merged global E-Graph.
Implementations§
Auto Trait Implementations§
impl<A> !Freeze for IKunLinker<A>
impl<A> !RefUnwindSafe for IKunLinker<A>
impl<A> Send for IKunLinker<A>
impl<A> Sync for IKunLinker<A>
impl<A> Unpin for IKunLinker<A>where
A: Unpin,
impl<A> UnwindSafe for IKunLinker<A>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more