Parser
public protocol Parser
A parser.
-
The type of the input data.
Declaration
Swift
associatedtype Input -
The type of the output data.
Declaration
Swift
associatedtype Output
View on GitHub
Parser Protocol Reference