pub struct InterpolantExtractor { /* private fields */ }Expand description
Interpolant extractor.
Extracts interpolants from resolution proofs using the symmetric interpolation system.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InterpolantExtractor
impl RefUnwindSafe for InterpolantExtractor
impl Send for InterpolantExtractor
impl Sync for InterpolantExtractor
impl Unpin for InterpolantExtractor
impl UnsafeUnpin for InterpolantExtractor
impl UnwindSafe for InterpolantExtractor
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