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