Trait GetImsApplication

Source
pub trait GetImsApplication {
    // Required method
    fn get_ims_application(&self, app_ref: &str) -> Option<ImsApplication<'_>>;
}

Required Methods§

Source

fn get_ims_application(&self, app_ref: &str) -> Option<ImsApplication<'_>>

Implementors§