Searched defs:TryType (Results 1 – 4 of 4) sorted by relevance
389 type TryType: Try<Output = O, Residual = Self>; typedef446 type TryType = NeverShortCircuit<T>; typedef
130 type TryType = ControlFlow<B, C>; typedef
1976 type TryType = Result<T, E>; typedef
2470 type TryType = Option<T>; typedef