Decoder

smithy4s.Blob$.Decoder
trait Decoder[E, A]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def decode(blob: Blob): Either[E, A]