Home
last modified time | relevance | path

Searched defs:TryType (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/library/core/src/ops/
Dtry_trait.rs389 type TryType: Try<Output = O, Residual = Self>; typedef
446 type TryType = NeverShortCircuit<T>; typedef
Dcontrol_flow.rs130 type TryType = ControlFlow<B, C>; typedef
/third_party/rust/rust/library/core/src/
Dresult.rs1976 type TryType = Result<T, E>; typedef
Doption.rs2470 type TryType = Option<T>; typedef