Rename RegisterBoxFn to RegisterDynamicFn.

This commit is contained in:
Stephen Chung
2020-02-28 23:38:39 +08:00
parent 8128c0cf24
commit 8723eedca9
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ use std::{convert::TryInto, sync::Arc};
use crate::any::{Any, AnyExt, Dynamic, Variant};
use crate::call::FunArgs;
use crate::fn_register::{RegisterBoxFn, RegisterFn};
use crate::fn_register::{RegisterDynamicFn, RegisterFn};
use crate::parser::{lex, parse, Expr, FnDef, ParseError, Stmt, AST};
use fmt::{Debug, Display};