Trait rust_rcs_core::sip::sip_dialog::GetDialogIdentifier
source · pub trait GetDialogIdentifier {
// Required method
fn get_dialog_identifier<'a>(&'a self) -> Option<SipDialogIdentifier<'a>>;
}
pub trait GetDialogIdentifier {
// Required method
fn get_dialog_identifier<'a>(&'a self) -> Option<SipDialogIdentifier<'a>>;
}