Parsable
public protocol ParsableParsable
Types that implement this protocol are expected to be constructible from string
- 
                  
                  Implement this method in order to be able to construct your data from string DeclarationSwift static func parse(_ string: String) -> Self?ParametersstringString to parse. Return ValueValue of type, implementing this protocol if successful, nilotherwise.
 Parsable Protocol Reference
        Parsable Protocol Reference