All Downloads are FREE. Search and download functionalities are using the official Maven repository.

orcus.bigtable.codec.FamilyEncoder1.scala Maven / Gradle / Ivy

There is a newer version: 0.28.9
Show newest version
package orcus.bigtable.codec

import com.google.protobuf.ByteString

private[codec] trait FamilyEncoder1:
  inline def derived[A](using A: DerivedFamilyEncoder[A]): DerivedFamilyEncoder[A] = A




© 2015 - 2024 Weber Informatics LLC | Privacy Policy