pub fn extern_spec_std_ops_RangeBounds_T_start_bound<Self_, T>(
self_: &Self_,
) -> Bound<&T>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()