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

@@ -2,5 +2,5 @@ struct DynFunc {}
impl DynFunc {
fn call(&self, params: &[Value]) -> Result<Vec<Value>, CallError>;
fn signature(&self) -> &FuncDescriptor;
fn signature(&self) -> &FuncSig;
}