pub type SharedWindowAssigner<W> = Arc<dyn WindowAssigner<W = W>>;Expand description
Shared window assigner reference.
Aliased Typeยง
pub struct SharedWindowAssigner<W> { /* private fields */ }pub type SharedWindowAssigner<W> = Arc<dyn WindowAssigner<W = W>>;Shared window assigner reference.
pub struct SharedWindowAssigner<W> { /* private fields */ }