pub type ManagedFunctionWithDefaultSignature = ManagedFunction<component_entry_point_fn>;
Available on crate feature netcore3_0 only.
Expand description

A pointer to a function with the default signature.

Aliased Type§

struct ManagedFunctionWithDefaultSignature(/* private fields */);