has

Function has 

Source
pub async fn has(name: &str) -> bool
Expand description

Checks whether or not is given service registered

use icee_container_rs::has;

let exists: bool = has("service_name").await;