pub type ErasedWindowFunction = dyn WindowFunction<State = Box<dyn Any + Send>>;Expand description
Type-erased window function object used by the registry.
pub type ErasedWindowFunction = dyn WindowFunction<State = Box<dyn Any + Send>>;Type-erased window function object used by the registry.