StringRepresentable

public protocol StringRepresentable

Objects that can represented as a String conform to this protocol.

Note

This is similar to RawRepresentable, but is NOT the same.

Author

FelixSFD