Skip to main content

ChannelConfig

Trait ChannelConfig 

pub trait ChannelConfig {
    // Required methods
    fn name() -> &'static str;
    fn desc() -> &'static str;
}
Expand description

The trait for describing a channel

Required Methods§

Source

fn name() -> &'static str

human-readable name

Source

fn desc() -> &'static str

short description

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§