sandkiste
provides an abstract API for the Rust programming language to allow
executing scripting language code snippets in a sandbox.
See contained LICENSE
file (MIT License).
From<Self::Function>
as supertrait to MaybeFunction
MaybeFunction::from_function
in favor of using the
From
traitMaybeFunction::FunctionRef<'a>
and
MaybeOpaque::OpaqueRef<'a>
have been removed and must be provided
manually.