Required Instance Propertyvapor 4.106.3Vapor
wrapped
Returns the wrapped type, if it exists.
OptionalType.swift:44var wrapped: WrappedType? { get }
Other requirements
Type members
associatedtype WrappedType
Underlying wrapped type.
static func makeOptionalType(WrappedType?
) -> Self Creates this optional type from an optional wrapped type.