Searched defs:and_then (Results 1 – 2 of 2) sorted by relevance
72 constexpr auto and_then(F&& f) const& { in and_then() function79 constexpr auto and_then(F&& f) & { in and_then() function86 constexpr auto and_then(F&& f) const&& { in and_then() function93 constexpr auto and_then(F&& f) && { in and_then() function
270 pub fn and_then<T, F>(self, op: F) -> result::Result<T, Status> in and_then() method