extern_spec_std_ops_RangeBounds_T_start_bound

Function extern_spec_std_ops_RangeBounds_T_start_bound 

Source
pub fn extern_spec_std_ops_RangeBounds_T_start_bound<Self_, T>(
    self_: &Self_,
) -> Bound<&T>
where Self_: RangeBounds<T> + ?Sized, T: ?Sized + DeepModel, T::DeepModelTy: OrdLogic,
Expand description

extern spec for ::std::ops::RangeBounds::start_bound

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

ensures

result == self.start_bound_logic()