Trait rhodium::CommunicationChannel[][src]

pub trait CommunicationChannel: Send + Sync + 'static {
    fn new() -> Self;
}

Required methods

fn new() -> Self[src]

Loading content...

Implementors

Loading content...