Type Definition peruse::string_parsers::StringParser [] [src]

type StringParser<T> = Parser<I = str, O = T>;