Struct anymsg::EventLoopMapping[][src]

pub struct EventLoopMapping { /* fields omitted */ }

Stores information linking message types with the clients that accept them. Used by the EventLoop to ensure proper delegation.

Methods

impl EventLoopMapping
[src]

Auto Trait Implementations