type OptTyRelPath<'tcx> = Option<(&'tcx Ty<'tcx>, &'tcx PathSegment<'tcx>)>;Aliased Type§
enum OptTyRelPath<'tcx> {
None,
Some((&'tcx Ty<'tcx>, &'tcx PathSegment<'tcx>)),
}Variants§
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.