[][src]Function icee_container_rs::has

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

Checks whether or not is given service registered

use icee_container_rs::has;

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