extern_spec_std_cmp_PartialOrd_Rhs_lt

Function extern_spec_std_cmp_PartialOrd_Rhs_lt 

Source
pub fn extern_spec_std_cmp_PartialOrd_Rhs_lt<Self_, Rhs>(
    self_: &Self_,
    other: &Rhs,
) -> bool
where Self_: DeepModel + ?Sized + PartialOrd<Rhs>, Rhs: DeepModel<DeepModelTy = Self_::DeepModelTy>, Self_::DeepModelTy: OrdLogic,
Expand description

extern spec for ::std::cmp::PartialOrd::lt

This is not a real function: its only use is for documentation.

ensures

result == (self.deep_model() < other.deep_model())