Struct relm_core::Channel [] [src]

pub struct Channel<MSG> { /* fields omitted */ }

A channel to send a message to a relm widget from another thread.

Methods

impl<MSG> Channel<MSG>
[src]

[src]

Create a new channel with a callback that will be called when a message is received.

Trait Implementations

Auto Trait Implementations

impl<MSG> Send for Channel<MSG> where
    MSG: Send

impl<MSG> Sync for Channel<MSG> where
    MSG: Sync