Skip to main content

ErasedWindowFunction

Type Alias ErasedWindowFunction 

Source
pub type ErasedWindowFunction = dyn WindowFunction<State = Box<dyn Any + Send>>;
Expand description

Type-erased window function object used by the registry.