expect
Unwraps a Result, yielding the value.
Rust: Result.expect
Parameters
message
The message to include in the UnwrapException if the Result is an Err.
Unwraps a Result, yielding the value.
Rust: Result.expect
The message to include in the UnwrapException if the Result is an Err.