[−][src]Struct chalk_solve::wf::WfSolver
Implementations
impl<'a, I> WfSolver<'a, I> where
I: Interner, [src]
I: Interner,
pub fn new(
db: &'a dyn RustIrDatabase<I>,
solver_builder: &'a dyn Fn() -> Box<dyn Solver<I>>
) -> Self[src]
db: &'a dyn RustIrDatabase<I>,
solver_builder: &'a dyn Fn() -> Box<dyn Solver<I>>
) -> Self
Constructs a new WfSolver.
pub fn verify_adt_decl(&self, adt_id: AdtId<I>) -> Result<(), WfError<I>>[src]
pub fn verify_trait_impl(&self, impl_id: ImplId<I>) -> Result<(), WfError<I>>[src]
pub fn verify_opaque_ty_decl(
&self,
opaque_ty_id: OpaqueTyId<I>
) -> Result<(), WfError<I>>[src]
&self,
opaque_ty_id: OpaqueTyId<I>
) -> Result<(), WfError<I>>
Auto Trait Implementations
impl<'a, I> !RefUnwindSafe for WfSolver<'a, I>
impl<'a, I> !Send for WfSolver<'a, I>
impl<'a, I> !Sync for WfSolver<'a, I>
impl<'a, I> Unpin for WfSolver<'a, I>
impl<'a, I> !UnwindSafe for WfSolver<'a, I>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Cast for T[src]
fn cast<U>(self, interner: &<U as HasInterner>::Interner) -> U where
Self: CastTo<U>,
U: HasInterner, [src]
Self: CastTo<U>,
U: HasInterner,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,