|
rstd 0.1.0
|
A type that represents either success (Ok) or failure (Err).
More...
Friends | |
| template<typename , typename > | |
| struct | rstd::Impl |
A type that represents either success (Ok) or failure (Err).
| T | The type of the success value. |
| E | The type of the error value. |