MCPcopy
hub / github.com/tinylib/msgp / RT

Interface RT

msgp/defs.go:30–36  ·  view source on GitHub ↗

RT is the runtime interface for all types that can be encoded and decoded.

Source from the content-addressed store, hash-verified

28
29// RT is the runtime interface for all types that can be encoded and decoded.
30type RT interface {
31 Decodable
32 Encodable
33 Sizer
34 Unmarshaler
35 Marshaler
36}
37
38// PtrTo is the runtime interface for all types that can be encoded and decoded.
39type PtrTo[T any] interface {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected