-
Use to assign a new resolved image with a name
Declaration
Swift
case name(String)
-
A decode layer contains information in the form of
ResolvedImageData
.Declaration
Swift
case data(ResolvedImageData)
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Declaration
Swift
public static func == (lhs: ResolvedImage, rhs: ResolvedImage) -> Bool