pub trait Options { // Required method fn as_any(&self) -> &dyn Any; }
Options for a compute function invocation.