Closed lasseebert closed 6 years ago
Added missing @callback for type/0 in Serializer
type/0
When this callback is missing, the calling code can't mark the type/0 function as a behaviour implementation like so:
@impl JaSerializer.Serializer def type, do: "category"
Thanks!
Added missing @callback for
type/0
in SerializerWhen this callback is missing, the calling code can't mark the type/0 function as a behaviour implementation like so: