[−][src]Trait rustc_ap_rustc_target::abi::LayoutOf
Trait for context types that can compute layouts of things.
Trait for context types that can compute layouts of things.
type Ty[src]type TyAndLayout[src]pub fn layout_of(&self, ty: Self::Ty) -> Self::TyAndLayout[src]pub fn spanned_layout_of(&self, ty: Self::Ty, _span: Span) -> Self::TyAndLayout[src]