Skip to main content

channel

Macro channel 

Source
macro_rules! channel {
    ($channel:expr) => { ... };
}
Expand description

Macro for creating Channel instances from string literals.

ยงExample

use aleph_types::channel;
let channel = channel!("MY-CHANNEL");