typealias StringRepresentable = RawRepresentable where RawValue == String
Пишет ошибку 'where' clause cannot be attached to a non-generic declaration А как еще по другому уточнить что именно тот RawRepresentable который с RawValue Sting?
typealias StringRepresentable = RawRepresentable where RawValue == String
Пишет ошибку 'where' clause cannot be attached to a non-generic declaration А как еще по другому уточнить что именно тот RawRepresentable который с RawValue Sting?