Skip to main content

OutlivesPredicate

Type Alias OutlivesPredicate 

Source
pub type OutlivesPredicate<A, B> = OutlivesClause<A, B>;
👎Deprecated:

renamed to OutlivesClause

Aliased Type§

pub struct OutlivesPredicate<A, B>(pub A, pub B);

Tuple Fields§

§0: A§1: B

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.