Expand description
cbindgen:ignore
Re-exports§
pub use crate::flatbuffer_wrappers::function_types::ParameterValue;pub use crate::flatbuffer_wrappers::function_types::ReturnType;pub use crate::flatbuffer_wrappers::function_types::ReturnValue;
Enums§
- Error
- The error type for Hyperlight operations
Traits§
- Function
- Re-export for
HostFunctiontrait - Parameter
Tuple - A trait to describe the tuple of parameters that a host function can take.
- Result
Type - A trait to handle either a
SupportedReturnTypeor aResult<impl SupportedReturnType> - Supported
Parameter Type - This is a marker trait that is used to indicate that a type is a valid Hyperlight parameter type.
- Supported
Return Type - This is a marker trait that is used to indicate that a type is a valid Hyperlight return type.