Trait r::callable::core::CallableClone
source · pub trait CallableClone: Callable {
// Required method
fn callable_clone(&self) -> Box<dyn Builtin>;
}
pub trait CallableClone: Callable {
// Required method
fn callable_clone(&self) -> Box<dyn Builtin>;
}