Structs§
- Simple
Window Ctx - Window evaluation context passed to windowed functions.
This is intentionally minimal; functions may downcast via
as_any()to access a concrete implementation with more helpers. Simple window context that wraps raw argument handles and the function context. - Window
Spec