DataLireCoder swift package
This commit is contained in:
6
Sources/DLCEncoder/Protocols/Container.swift
Normal file
6
Sources/DLCEncoder/Protocols/Container.swift
Normal file
@@ -0,0 +1,6 @@
|
||||
import Foundation
|
||||
|
||||
protocol Container {
|
||||
associatedtype Encoder: Swift.Encoder
|
||||
var encoder: Encoder { get }
|
||||
}
|
||||
Reference in New Issue
Block a user