type github.com/vmihailenco/msgpack/v5.Marshaler

5 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		encode_value.go#L162: 	marshaler := v.Interface().(Marshaler)
		ext.go#L19: 	Marshaler
		ext.go#L25: 		marshaler := v.Interface().(Marshaler)
		msgpack.go#L5: type Marshaler interface {
		types.go#L21: 	marshalerType   = reflect.TypeOf((*Marshaler)(nil)).Elem()