Struct rustc_data_structures::obligation_forest::Error [−][src]
pub struct Error<O, E> {
pub error: E,
pub backtrace: Vec<O>,
}
Fields
error: E
backtrace: Vec<O>
Trait Implementations
Auto Trait Implementations
impl<O, E> RefUnwindSafe for Error<O, E> where
E: RefUnwindSafe,
O: RefUnwindSafe,
impl<O, E> UnwindSafe for Error<O, E> where
E: UnwindSafe,
O: UnwindSafe,
Blanket Implementations
Layout
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.