init(from:)
Creates a captured structure by deserializing the decoder of a prior captured structure.
Declaration
init(from decoder: any Decoder) throwsParameters
- decoder:
An encoded captured structure object.
Creates a captured structure by deserializing the decoder of a prior captured structure.
init(from decoder: any Decoder) throwsAn encoded captured structure object.