Protocolvapor 4.114.1Vapor
AnyOptionalType
Type-erased OptionalType
protocol AnyOptionalType
Browse conforming typesType-erased OptionalType
protocol AnyOptionalType
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.
static var anyWrappedType: Any.Type { get }
Returns the wrapped type, if it exists.
var anyWrapped: Any? { get }
Returns the wrapped type, if it exists.
protocol OptionalType : AnyOptionalType
Capable of being represented by an optional wrapped type.
static var anyWrappedType: Any.Type { get }
See AnyOptionalType.anyWrappedType
var anyWrapped: Any? { get }
See AnyOptionalType.anyWrapped