pub trait CloneShallowNativeFunctions<'a> {
// Required method
fn clone_shallow(&self) -> HashMap<Cow<'a, str>, NativeFunction<'a>>;
}
Expand description
Helper trait to allow shallow cloning of HashMap<String, NativeFunction>
pub trait CloneShallowNativeFunctions<'a> {
// Required method
fn clone_shallow(&self) -> HashMap<Cow<'a, str>, NativeFunction<'a>>;
}
Helper trait to allow shallow cloning of HashMap<String, NativeFunction>