pub fn extern_spec_std_cmp_PartialOrd_Rhs_gt<Self_, Rhs>(
self_: &Self_,
other: &Rhs,
) -> boolwhere
Self_: DeepModel + ?Sized + PartialOrd<Rhs>,
Rhs: DeepModel<DeepModelTy = Self_::DeepModelTy>,
Self_::DeepModelTy: OrdLogic,Expand description
extern spec for ::std::cmp::PartialOrd::gt
This is not a real function: its only use is for documentation.
ensures
result == (self.deep_model() > other.deep_model())