RowEncoder

object RowEncoder
class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
def apply[T](using evidence$1: RowEncoder[T]): RowEncoder[T]
@inline
def instance[T](f: T => NonEmptyList[String]): RowEncoder[T]