Module private

Source
Expand description

We hide the Try trait in a private module, as it’s only meant to be a stable clone of the standard library’s Try trait, as yet unstable.

Traits§

Try
Clone of std::ops::Try.