doc(deprecated) Update changes.

This commit is contained in:
Ivan Enderlin
2020-07-07 13:05:20 +02:00
parent d9dc052dd2
commit f9b6e5dc9b
3 changed files with 4 additions and 4 deletions

View File

@@ -6,5 +6,5 @@ impl<Args, Rets> Func<Args, Rets> {
fn returns(&self) -> &[Type];
fn call(...) -> Result<Rets, RuntimeError>;
fn dyn_call(&self, params: &[Value]) -> Result<Box<[Value]>, RuntimeError>;
fn signature(&self) -> &FuncDescriptor;
fn signature(&self) -> &FuncSig;
}