pub type Value<'tcx> = Result<&'tcx ImplSource<'tcx, ()>, CodegenObligationError>;
Aliased Type§
pub enum Value<'tcx> {
Ok(&'tcx ImplSource<'tcx, ()>),
Err(CodegenObligationError),
}
Variants§
Ok(&'tcx ImplSource<'tcx, ()>)
Contains the success value
Err(CodegenObligationError)
Contains the error value
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.