Support ~Copyable, ~Escapable in simple standard library protocols

Conceptually, I think LosslessStringConvertible is similar to Decodable. Are the Codable protocols also considered to support ~Copyable?

I found a use for it once — transferring complex data types across an FFI boundary in a compact parsable format (faster to parse than JSON).