SharedWindowAssigner

Type Alias SharedWindowAssigner 

Source
pub type SharedWindowAssigner<W> = Arc<dyn WindowAssigner<W = W>>;
Expand description

Shared window assigner reference.

Aliased Typeยง

pub struct SharedWindowAssigner<W> { /* private fields */ }