pub type CreateViewOptions = Box<dyn Any>;
Options when creating a view.
struct CreateViewOptions(/* private fields */);