Traits§
- FnExt
FnExtis an extension trait for theFntrait, used for adding a specification to closures. It should not be used directly.- FnMut
Ext FnMutExtis an extension trait for theFnMuttrait, used for adding a specification to closures. It should not be used directly.- FnOnce
Ext FnOnceExtis an extension trait for theFnOncetrait, used for adding a specification to closures. It should not be used directly.- Range
Bounds - Methods for the specification of
std::ops::RangeBounds. - Range
Inclusive Ext
Functions§
- between
- Membership to an interval
(Bound<T>, Bound<T>). - extern_
spec_ core_ option_ T_ From Residual_ Option_ Infallible_ Option_ T_ from_ residual - extern spec for
::core::option::Option<T>::from_residual - extern_
spec_ core_ option_ T_ Try_ Option_ T_ branch - extern spec for
::core::option::Option<T>::branch - extern_
spec_ core_ option_ T_ Try_ Option_ T_ from_ output - extern spec for
::core::option::Option<T>::from_output - extern_
spec_ core_ result_ T_ E_ F_ From Residual_ Result_ Infallible_ E_ Result_ T_ F_ from_ residual - extern spec for
::core::result::Result<T, F>::from_residual - extern_
spec_ core_ result_ T_ E_ Try_ Result_ T_ E_ branch - extern spec for
::core::result::Result<T, E>::branch - extern_
spec_ core_ result_ T_ E_ Try_ Result_ T_ E_ from_ output - extern spec for
::core::result::Result<T, E>::from_output - extern_
spec_ std_ ops_ Deref Mut_ deref_ mut - extern spec for
::std::ops::DerefMut::deref_mut - extern_
spec_ std_ ops_ Deref_ deref - extern spec for
::std::ops::Deref::deref - extern_
spec_ std_ ops_ FnMut_ Args_ call_ mut - extern spec for
::std::ops::FnMut::call_mut - extern_
spec_ std_ ops_ FnOnce_ Args_ call_ once - extern spec for
::std::ops::FnOnce::call_once - extern_
spec_ std_ ops_ Fn_ Args_ call - extern spec for
::std::ops::Fn::call - extern_
spec_ std_ ops_ Idx_ Range Inclusive_ Idx_ end - extern spec for
::std::ops::RangeInclusive<Idx>::end - extern_
spec_ std_ ops_ Idx_ Range Inclusive_ Idx_ is_ empty - extern spec for
::std::ops::RangeInclusive<Idx>::is_empty - extern_
spec_ std_ ops_ Idx_ Range Inclusive_ Idx_ new - extern spec for
::std::ops::RangeInclusive<Idx>::new - extern_
spec_ std_ ops_ Idx_ Range Inclusive_ Idx_ start - extern spec for
::std::ops::RangeInclusive<Idx>::start - extern_
spec_ std_ ops_ Range Bounds_ T_ contains - extern spec for
::std::ops::RangeBounds::contains<U> - extern_
spec_ std_ ops_ Range Bounds_ T_ end_ bound - extern spec for
::std::ops::RangeBounds::end_bound - extern_
spec_ std_ ops_ Range Bounds_ T_ is_ empty - extern spec for
::std::ops::RangeBounds::is_empty - extern_
spec_ std_ ops_ Range Bounds_ T_ start_ bound - extern spec for
::std::ops::RangeBounds::start_bound - lower_
bound - Comparison with a lower bound.
- upper_
bound - Comparison with an upper bound.