protocol Input<ValueType> : CustomStringConvertible, Encodable, Sendable
s9CloudCore5InputP
S65F
import CloudCore
associatedtype ValueType
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol Sendable