Result.is_okay

Check if is okay

struct Result(Okay, Error)
bool
is_okay
()

Return Value

Type: bool

true if okay, false otherwise

Meta