Struct cardinal_backend::function::Function [−][src]
Expand description
Describes a function’s signature.
Fields
ret: ValueTypeThe type of value that the function returns.
args: RefCell<Vec<ValueType>>The argument type definitions of the function.
Auto Trait Implementations
impl !RefUnwindSafe for Functionimpl UnwindSafe for Function