DerivedCellEncoder

Companion:
class
class Object
trait Matchable
class Any

Givens

Givens

given deriveCoproduct[T](using g: CoproductInstances[DerivedCellEncoder, T]): DerivedCellEncoder[T]
given deriveSingleton[T](using cv: CellValue[T]): DerivedCellEncoder[T]
given deriveUnaryProduct[T <: Product](using m: ProductOf[T] { type MirroredElemTypes <: Any *: EmptyTuple; }, ce: CellEncoder[Head[<none>]]): DerivedCellEncoder[T]