Documentation ¶
Index ¶
Constants ¶
View Source
const ( ArgSrc arg = iota ArgDst ArgFirst = ArgDst ArgSecond = ArgSrc )
Variables ¶
View Source
var ErrTemplate = ErrorTemplate("could not convert %#v to type %s")
Functions ¶
Types ¶
type CastError ¶
type ErrorTemplate ¶
type ErrorTemplate string
func (ErrorTemplate) OnTypeMismatch ¶
func (et ErrorTemplate) OnTypeMismatch(target reflect.Type, original any) (err error)
type ImplAssign ¶
type ImplAssign struct{}
func (ImplAssign) Assign ¶
func (ImplAssign) Assign(src, dst any) error
type KindToSliceMeta ¶
type KindToType ¶
type Meta ¶
type Meta struct { Type KindToType Slice KindToSliceMeta }
Click to show internal directories.
Click to hide internal directories.