Trait ricq_core::msg::PushElem

source ·
pub trait PushElem {
    fn push_to(elem: Self, vec: &mut Vec<MessageElem>);
}

Required Methods§

Implementors§