[][src]Trait wayk_proto::sm::client_channels::chat::ChatChannelCallbackTrait

pub trait ChatChannelCallbackTrait {
    fn on_message<'msg>(
        &mut self,
        text_msg: &NowChatTextMsg
    ) -> VirtChannelSMResult<'msg> { ... }
fn on_synced<'msg>(&mut self) -> VirtChannelSMResult<'msg> { ... } }

Provided methods

fn on_message<'msg>(
    &mut self,
    text_msg: &NowChatTextMsg
) -> VirtChannelSMResult<'msg>

fn on_synced<'msg>(&mut self) -> VirtChannelSMResult<'msg>

Loading content...

Implementors

impl ChatChannelCallbackTrait for DummyChatChannelCallback[src]

Loading content...