HAResponseVoid
public struct HAResponseVoid : HADataDecodable
Type representing a response type that we do not care about
Think of this like Void
– you don’t care about it.
Todo
can we somehow get Void to work with the type system? it can’t conform to decodable itself :/-
Declaration
Swift
public init(data: HAData) throws