pub trait Poolingwhere Self: Fn(&Array, &[i32]) -> Result<Array, Exception> + DynClone,{ }
Marker trait for pooling operations.