parse abstract method

Result<T> parse(
  1. String input
)

Implementation

Result<T> parse(String input);