expect abstract method

T expect(
  1. String msg
)

Returns the contained Some value if Some, otherwise throws a Panic.

Implementation

T expect(String msg);