Versions in this module Expand all Collapse all v0 v0.5.0 Jul 17, 2025 Changes in this version + func FromProtosSliceFunc2[T any, S any](s []S, convert func(S) (T, error)) ([]T, error) + func FromProtosSliceFunc[T any, S any](s []S, convert func(S) (*T, error)) ([]*T, error) + func FromProtosSlice[T any, S ProtoDestination[T]](t []*T, s []S) error + func ToProtosSliceFunc[T any, S any](s []S, convert func(S) (*T, error)) ([]*T, error) + func ToProtosSlice[T any, S ProtoSource[T]](s []S) ([]*T, error) + type ProtoDestination interface + FromProtos func(*T) error + type ProtoSource interface + ToProtos func() (*T, error)