blob: 62c20f70e7d11eb160f8f75b022955934b597fd4 [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package vom
import (
"v.io/v23/vdl"
)
type RawValue struct {
t *vdl.Type
value []byte
refTypes []*vdl.Type
}