expect abstract method

S expect(
  1. String message
)

Returns the ok value if Result is Ok. Throws a Panic if the Result is Err, with the provided message.

Implementation

S expect(String message);