Skip to main content

OutlivesClause

Type Alias OutlivesClause 

Source
pub type OutlivesClause<'tcx, T> = OutlivesClause<TyCtxt<'tcx>, T>;

Aliased Type§

pub struct OutlivesClause<'tcx, T>(pub T, pub Region<TyCtxt<'tcx>>);

Tuple Fields§

§0: T§1: Region<TyCtxt<'tcx>>

Trait Implementations§

Source§

impl<'tcx, T, P: PrettyPrinter<'tcx>> Print<P> for OutlivesClause<'tcx, T>
where T: Print<P>,

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.