Delegate CallerFunc<TResult>
Func accepting a caller
Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public delegate TResult CallerFunc<out TResult>(Caller caller);
Parameters
| Type | Name | Description |
|---|---|---|
| Caller | caller |
Returns
| Type | Description |
|---|---|
| TResult |
Type Parameters
| Name | Description |
|---|---|
| TResult |