pub struct ExplainingFormat {
pub resolver: PathResolver,
}Expand description
rustc-like trace displaying
Fields§
§resolver: PathResolverTrait Implementations§
Source§impl TraceFormat for ExplainingFormat
impl TraceFormat for ExplainingFormat
fn write_trace( &self, out: &mut dyn Write, evaluation_state: &EvaluationState, error: &LocError, ) -> Result<(), Error>
Auto Trait Implementations§
impl Freeze for ExplainingFormat
impl RefUnwindSafe for ExplainingFormat
impl Send for ExplainingFormat
impl Sync for ExplainingFormat
impl Unpin for ExplainingFormat
impl UnwindSafe for ExplainingFormat
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