kernel
Result
The Result<T, E> enum that carries either a success value or an error, making fallible operations explicit in the type. Defined in the The Rust Language entry of the archive.
kernel
The Result<T, E> enum that carries either a success value or an error, making fallible operations explicit in the type. Defined in the The Rust Language entry of the archive.