DataLireCoder swift package
This commit is contained in:
8
Sources/DLCEncoder/Protocols/Encoder.swift
Normal file
8
Sources/DLCEncoder/Protocols/Encoder.swift
Normal file
@@ -0,0 +1,8 @@
|
||||
import Foundation
|
||||
|
||||
public protocol Encoder: Swift.Encoder {
|
||||
associatedtype SQLiteData
|
||||
|
||||
var dateEncoder: any DateEncoder { get }
|
||||
var sqliteData: SQLiteData { get }
|
||||
}
|
||||
Reference in New Issue
Block a user