Skip to main content

hyperlight_guest/
types.rs

1// SPDX-License-Identifier: Apache-2.0
2// Copyright 2026 The Hyperlight Authors.
3
4pub use hyperlight_common::flatbuffer_wrappers::function_call::FunctionCall;
5pub use hyperlight_common::flatbuffer_wrappers::function_types::{
6    ParameterType, ParameterValue, ReturnType, ReturnValue,
7};