Function emf_core_base_rs::global::module::type_exists[][src]

pub fn type_exists(mod_type: &impl AsRef<str>) -> Result<bool, Error>

Checks if a module type exists.

Return

true if it exists, false otherwise.