pub trait AsPackedCallable<I, O> {
// Required method
fn call_packed(&self, packed_args: &[AnyView<'_>]) -> Result<Any>;
}
pub trait AsPackedCallable<I, O> {
// Required method
fn call_packed(&self, packed_args: &[AnyView<'_>]) -> Result<Any>;
}