[−][src]Trait rustc_ap_rustc_target::abi::MaybeResult
The TyLayout
above will always be a MaybeResult<TyLayout<'_, Self>>
.
We can't add the bound due to the lifetime, but this trait is still useful when
writing code that's generic over the LayoutOf
impl.