Home
last modified time | relevance | path

Searched refs:from_fallible_iter (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/fallible-iterator/
DCHANGELOG.md10 * `FromFallibleIterator::from_fallible_iterator` has been renamed to `from_fallible_iter` and now t…
/external/rust/crates/fallible-iterator/src/
Dlib.rs447 T::from_fallible_iter(self) in collect()
1058 fn from_fallible_iter<I>(it: I) -> Result<Self, I::Error> in from_fallible_iter() method
1066 fn from_fallible_iter<I>(it: I) -> Result<Vec<T>, I::Error> in from_fallible_iter() method
1084 fn from_fallible_iter<I>(it: I) -> Result<HashSet<T, S>, I::Error> in from_fallible_iter() function
1106 fn from_fallible_iter<I>(it: I) -> Result<HashMap<K, V, S>, I::Error> in from_fallible_iter() function
1127 fn from_fallible_iter<I>(it: I) -> Result<BTreeSet<T>, I::Error> in from_fallible_iter() function
1147 fn from_fallible_iter<I>(it: I) -> Result<BTreeMap<K, V>, I::Error> in from_fallible_iter() function