Fix missing docs for FuncInvocation

This commit is contained in:
Wei Tang 2018-07-06 08:22:23 +08:00
parent e9a01df8c0
commit 981c0c51d8
1 changed files with 1 additions and 0 deletions

View File

@ -210,6 +210,7 @@ impl From<Trap> for ResumableError {
}
}
/// A resumable invocation handle. This struct is returned by `FuncInstance::invoke_resumable`.
pub struct FuncInvocation<'args, 'externals, E: Externals + 'externals> {
kind: FuncInvocationKind<'args, 'externals, E>,
}