macro_rules! stream_event {
($stream_id:expr, $method:expr, $data:expr) => { ... };
}Expand description
Helper macro for creating stream events
macro_rules! stream_event {
($stream_id:expr, $method:expr, $data:expr) => { ... };
}Helper macro for creating stream events