Optional extension Optional: RESPValueConvertible where Wrapped: RESPValueConvertible Available where `Wrapped`: `RESPValueConvertible` init(fromRESP:) Translates .null into nil, otherwise the result of Wrapped.init(fromRESP:). See RESPValueConvertible.init(fromRESP:) Declaration Swift public init?(fromRESP value: RESPValue) Show on GitLab convertedToRESPValue() Creates a .null representation when nil, otherwise the result of Wrapped.convertedToRESPValue(). See RESPValueConvertible.convertedToRESPValue() Declaration Swift public func convertedToRESPValue() -> RESPValue Show on GitLab