Module tvm_sys::packed_func [−][src]
Re-exports
pub use crate::ffi::TVMValue;
Enums
A borrowed TVMPODValue. Can be constructed using into()
but the preferred way
to obtain a ArgValue
is automatically via call_packed!
.
An owned TVMPODValue. Can be converted from a variety of primitive and object types.
Can be downcasted using try_from
if it contains the desired type.