OpenConversation

Trait OpenConversation 

Source
pub trait OpenConversation {
    // Required method
    fn open_conversation(&self) -> &'static str;
}

Required Methods§

Source

fn open_conversation(&self) -> &'static str

Implementors§