pub struct Tcx { /* private fields */ }Expand description
A type-checking context. For cats.
Auto Trait Implementations§
impl Freeze for Tcx
impl RefUnwindSafe for Tcx
impl Send for Tcx
impl Sync for Tcx
impl Unpin for Tcx
impl UnwindSafe for Tcx
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