Static Property (Default implementation)vapor 4.114.1Vapor
anyWrappedType
See AnyOptionalType.anyWrappedType
static var anyWrappedType: Any.Type { get }
See AnyOptionalType.anyWrappedType
static var anyWrappedType: Any.Type { get }
s5Vapor15AnyOptionalTypePA2A0cD0RzrlE010anyWrappedD0ypXpvpZ
What are these?9U1EM
where Self:OptionalType
import Vapor
Vapor is a framework for building server applications, APIs and websites in Swift. It provides a safe, performant and scalable foundation for building large complex backends.
protocol AnyOptionalType
Type-erased OptionalType
protocol OptionalType : AnyOptionalType
Capable of being represented by an optional wrapped type.
static var anyWrappedType: Any.Type { get }
Returns the wrapped type, if it exists.
var anyWrapped: Any? { get }
See AnyOptionalType.anyWrapped