URLDeeplinkQueryDecoder
public protocol URLDeeplinkQueryDecoder
Undocumented
-
Undocumented
Declaration
Swift
func decode<T: Decodable>( _ type: T.Type, from query: String ) throws -> T
Nivelir 1.4.4 Docs (31% documented)
public protocol URLDeeplinkQueryDecoder
Undocumented
Undocumented
Swift
func decode<T: Decodable>(
_ type: T.Type,
from query: String
) throws -> T